Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Add FAQ item about common puppet failures and the workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleidea committed May 6, 2014
1 parent a80a7a6 commit 130abef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,15 @@ puppet node deactivate HOSTNAME
for each host you're using, and that you've removed all of the files from the
brick directories on each host.

###Puppet runs fail with "Connection refused - connect(2)" errors.

You may see a "_Connection refused - connect(2)_" message when running puppet.
This typically happens if your puppet vm guest is overloaded. When running high
guest counts on your laptop, or running without hardware virtualization support
this is quite common. Another common causes of this is if your domain type is
set to _qemu_ instead of the accelerated _kvm_. Since the _qemu_ domain type is
much slower, puppet timeouts and failures are common when it doesn't respond.
###Provisioning fails with: "Can't open /dev/sdb1 exclusively."
If when provisioning you get an error like:
Expand Down
Binary file modified puppet-gluster-documentation.pdf
Binary file not shown.

0 comments on commit 130abef

Please sign in to comment.