Skip to content

Commit

Permalink
FIX various typos in fast-vm and in user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejHome committed Dec 24, 2017
1 parent dd8a40a commit e2c70e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ role can be found in the <a href="https://github.com/OndrejHome/ansible.fast-vm-
By default all features are enables and only minimum of configuration options
needs to be changed to get from minimal system to system with functional
<code>fast-vm</code>. The single options that would need to be customized on
most of the systems is <b>fastvm_vg</b>VG that will contain
most of the systems is <b>fastvm_vg</b> VG that will contain
<code>fast-vm</code> thin LV pool. Rest of options can be left in defaults or
tweaked as needed.</p>

Expand Down
6 changes: 3 additions & 3 deletions fast-vm
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ handle_multiple_requests () {
pmsg $P_ERROR "Some ($errors) operations reported errors\n"
exit 1
else
pmsg $P_INFO "All operations returned succesfully\n"
pmsg $P_INFO "All operations returned successfully\n"
exit 0
fi
}
Expand Down Expand Up @@ -756,7 +756,7 @@ case "$1" in
if [ "$vm_number" = "base" ]; then
pmsg $P_DEBUG "creating base image VM for $image_name\n" $vm_number
else
pmsg $P_ERROR "only numbers from range 20-220 and word 'base' permited here\n" $vm_number
pmsg $P_ERROR "only numbers from range 20-220 and word 'base' permitted here\n" $vm_number
usage create
fi
fi
Expand Down Expand Up @@ -934,7 +934,7 @@ case "$1" in
pmsg $P_DEBUG "Sending ACPI shutdown event to $vm_name\n" $vm_number
virsh --connect qemu:///system shutdown $vm_name
if [ "$?" != '0' ]; then
pmsg $P_ERROR "failed to send gracefull shutdown to VM $vm_name, check syslog for more information\n" $vm_number
pmsg $P_ERROR "failed to send graceful shutdown to VM $vm_name, check syslog for more information\n" $vm_number
exit 1
fi
else
Expand Down

0 comments on commit e2c70e1

Please sign in to comment.