Interact with virtual machine images via libguestfs
libguestfs
salt.modules.guestfs.
mount
(location, access='rw', root=None)¶Mount an image
CLI Example:
salt '*' guest.mount /srv/images/fedora.qcow
salt.modules.guestfs.
umount
(name, disk=None)¶Unmount an image
CLI Example:
salt '*' guestfs.umount /mountpoint disk=/srv/images/fedora.qcow
Generated on March 29, 2023 at 04:04:29 UTC.
You are viewing docs for the latest stable release, 3005.1. Switch to docs for the previous stable release, 3004.2, or to a recent doc build from the master branch.
© 2023 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy