K kk_proxmox Renowned Member Feb 22, 2009 66 14 73 Feb 23, 2009 #1 will those functions add in the next version i think it`s important
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,266 669 213 Austria www.proxmox.com Feb 23, 2009 #2 no, that is not on the todo list.
tom Proxmox Staff Member Staff member Aug 29, 2006 15,911 1,174 273 Feb 23, 2009 #4 kk_proxmox said: ok tks for your reply Click to expand... just to make clear - not for the next upcoming version (2.x). things are moving fast here and as its basically possible I assume we can do something here later.
kk_proxmox said: ok tks for your reply Click to expand... just to make clear - not for the next upcoming version (2.x). things are moving fast here and as its basically possible I assume we can do something here later.
M mikhmv Guest Feb 24, 2009 #5 kk_proxmox: You can do it by self. Look this thread: http://www.proxmox.com/forum/showthread.php?p=5589#poststop
kk_proxmox: You can do it by self. Look this thread: http://www.proxmox.com/forum/showthread.php?p=5589#poststop
K kk_proxmox Renowned Member Feb 22, 2009 66 14 73 Feb 25, 2009 #6 thanks for your reply now i can use vzdump to clone but i think snapshot is very important when test some program
thanks for your reply now i can use vzdump to clone but i think snapshot is very important when test some program
M mikhmv Guest Feb 25, 2009 #7 I agree with you. And I made same request. For snapshot you can use this modification in config file: Code: ide0: vm-101-disk.qcow2 change to : ide0: vm-101-disk.qcow2,snapshot=on here example of full config file: Original File: Code: name: WL5 ide2: none,media=cdrom smp: 1 vlan0: e1000=86:37:EE:A0:52:D1 bootdisk: ide0 ide0: vm-101-disk.qcow2 ostype: wxp memory: 1024 boot: cd freeze: 0 cpuunits: 1000 acpi: 1 kvm: 1 onboot: 0 New with snapshot: Code: name: WL5 ide2: none,media=cdrom smp: 1 vlan0: e1000=86:37:EE:A0:52:D1 bootdisk: ide0 ide0: vm-101-disk.qcow2,snapshot=on ostype: wxp memory: 1024 boot: cd freeze: 0 cpuunits: 1000 acpi: 1 kvm: 1 onboot: 0
I agree with you. And I made same request. For snapshot you can use this modification in config file: Code: ide0: vm-101-disk.qcow2 change to : ide0: vm-101-disk.qcow2,snapshot=on here example of full config file: Original File: Code: name: WL5 ide2: none,media=cdrom smp: 1 vlan0: e1000=86:37:EE:A0:52:D1 bootdisk: ide0 ide0: vm-101-disk.qcow2 ostype: wxp memory: 1024 boot: cd freeze: 0 cpuunits: 1000 acpi: 1 kvm: 1 onboot: 0 New with snapshot: Code: name: WL5 ide2: none,media=cdrom smp: 1 vlan0: e1000=86:37:EE:A0:52:D1 bootdisk: ide0 ide0: vm-101-disk.qcow2,snapshot=on ostype: wxp memory: 1024 boot: cd freeze: 0 cpuunits: 1000 acpi: 1 kvm: 1 onboot: 0