summaryrefslogtreecommitdiffstats
path: root/libraries/libvirt/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 15:47:03 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 15:47:03 -0400
commit8631b1ae0464b929ad0a4b8a1557b32d914c1718 (patch)
tree844ccda0da27888180b2fdf74fabdfb31a853175 /libraries/libvirt/README
parentd674fac28ba84ffd57b47115a45df32ba7a06448 (diff)
downloadslackbuilds-8631b1ae0464b929ad0a4b8a1557b32d914c1718.tar.gz
slackbuilds-8631b1ae0464b929ad0a4b8a1557b32d914c1718.tar.xz
libraries/libvirt: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/libvirt/README')
-rw-r--r--libraries/libvirt/README25
1 files changed, 13 insertions, 12 deletions
diff --git a/libraries/libvirt/README b/libraries/libvirt/README
index 5904ef1449..dcf8472fc2 100644
--- a/libraries/libvirt/README
+++ b/libraries/libvirt/README
@@ -28,18 +28,19 @@ and if you want it to stop at shutdown add this to
/etc/rc.d/rc.libvirt stop
fi
-The enclosed rc.libvirt script will do a 'managedsave' on all running
-and paused guests when issuing 'rc.libvirt stop'. Please note that this
-saves the RAM of each guest to the host system's disk (by default under
-/var/lib/libvirt/qemu/save) - so make sure enough space is available. If
-you prefer to perform a full shutdown on all running guests instead,
-issue a 'rc.libvirt guests_shutdown' followed by 'rc.libvirt shutdown'.
+The enclosed rc.libvirt script will do a 'managedsave' on all running
+and paused guests when issuing 'rc.libvirt stop'. Please note that
+this saves the RAM of each guest to the host system's disk (by default
+under /var/lib/libvirt/qemu/save) - so make sure enough space is
+available. If you prefer to perform a full shutdown on all running
+guests instead, issue a 'rc.libvirt guests_shutdown' followed by
+'rc.libvirt shutdown'.
-By default 'rc.libvirt stop' and 'rc.libvirt guests_shutdown' will wait
-a maximum of 5 minutes for all guests to shutdown, after which any
-guests still running will be destroyed. Adjust this to a suitable value
-for your system, as destroying a running guest carries a high risk of
-data loss!
+By default 'rc.libvirt stop' and 'rc.libvirt guests_shutdown' will
+wait a maximum of 5 minutes for all guests to shutdown, after which
+any guests still running will be destroyed. Adjust this to a suitable
+value for your system, as destroying a running guest carries a high
+risk of data loss!
There is also a 'guests_reboot' for rebooting all running guests.
@@ -62,7 +63,7 @@ clean state. To do this:
"virsh dumpxml $name > ${name}.xml", check all the *dumpxml commands
available with "virsh help")
- remove libvirt
-- delete all the system directories (/var/lib/libvirt, /var/log/libvirt,
+- delete all system directories (/var/lib/libvirt, /var/log/libvirt,
/etc/libvirt)
- install the new libvirt package, logout and login again (might help)
and start the daemon