User Tools

Site Tools


computing:virtmanagerhell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
computing:virtmanagerhell [2022/11/25 17:58] oemb1905computing:virtmanagerhell [2022/12/04 22:11] oemb1905
Line 72: Line 72:
   virsh snapshot-revert guest1 --current   virsh snapshot-revert guest1 --current
      
-If you need to delete a particular snapshot, execute this:+If you need to delete a particular snapshot, or delete all children of a snapshot, execute:
      
   virsh snapshot-delete guest1 snapshot1   virsh snapshot-delete guest1 snapshot1
 +  virsh snapshot-delete guest1 --current --children-only
 +
      
 To list all snapshots for a particular guestOS, execute this: To list all snapshots for a particular guestOS, execute this:
computing/virtmanagerhell.txt · Last modified: 2023/01/15 17:47 by oemb1905