<div dir="ltr">Thanks it is working, how ever i seems like i have to learn "pversh" to get more control over pve node.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 11, 2013 at 11:40 AM, Dietmar Maurer <span dir="ltr"><<a href="mailto:dietmar@proxmox.com" target="_blank">dietmar@proxmox.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> Because it is more easier for a user to understand where he is making mistakes<br>
> and why command is not working. for example i run the command via following<br>
> the manual format which is mentioned as below<br>
> qm snapshot <vmid> <snapname> [OPTIONS]<br>
<br>
</div>You can also use:<br>
<br>
> qm help snapshot<br>
<br>
To get a more detailed help.<br>
<div class="im"><br>
> root@acivirtsrv:~# qm snapshot 502 testsnap -freezefs -vmstate<br>
> Formatting '/var/lib/vz/images/502/vm-502-state-testsnap.raw', fmt=raw<br>
> size=4819255296<br>
><br>
> Undefined subroutine &PVE::QemuServer::gqa_unfreezefs called at<br>
> /usr/share/perl5/PVE/QemuServer.pm line 4287.<br>
<br>
</div>This is a bug. I suggest you do not use the '-freezefs' option (It has<br>
not effect currently).<br>
<div class="im"><br>
> secondly, how could we list snapshots via command line?<br>
<br>
</div>There is no extra command for that, but you can use the API, like:<br>
<br>
# pvesh get /nodes/<nodename>/qemu/<vmid>/snapshot<br>
<br>
Does that help?<br>
<br>
</blockquote></div><br></div>