Skip to content

Commit

Permalink
Update MANUAL_INSTALL_ISO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed May 18, 2024
1 parent 82172bf commit 06c7bd9
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions docs/MANUAL_INSTALL_ISO.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,21 @@ Pool iso defined
# Create the local directory
$ virsh pool-build iso
# Start the storage pool
$ virsh pool-start iso
Pool iso started
# Turn on autostart
$ virsh pool-autostart iso
Pool iso marked as autostarted
# Verify the storage pool is listed
$ virsh pool-list --all
Name State Autostart
------------------------------
iso inactive no
Name State Autostart
----------------------------
iso active yes
$ virsh vol-list --pool iso --details
Name Path Type Capacity Allocation
---------------------------------------------
$ virsh pool-list --all
Name State Autostart
----------------------------
iso active yes
# Verify the storage pool configuration
$ virsh pool-info iso
Name: iso
Expand Down Expand Up @@ -76,17 +67,10 @@ $ virsh pool-define-as \
# Create the local directory
$ virsh pool-build default
Pool default built
# Start the storage pool
$ virsh pool-start default
Pool default started
$ virsh pool-list --all
Name State Autostart
-------------------------------
default active no
iso active yes
# Turn on autostart
$ virsh pool-autostart default
# Turn on autostart
$ virsh pool-autostart default
Expand Down

0 comments on commit 06c7bd9

Please sign in to comment.