Monday 23 January 2012

Xenserver list snapshots

This command will list the snapshot tree, with it you'll get a view of where each VDI fits on your system:
for i in `vgs --noheadings -o vg_name`; do vhd-util scan -p -l $i -f 'VHD-*' ; done

Possibly Related Posts

No comments:

Post a Comment