DSSV6 no longer does ASYNC replication. this feature has been removed for the moment.Originally Posted by Klug
Setting up Volume replication is the same for iSCSI and NAS volumes though.
DSSV6 no longer does ASYNC replication. this feature has been removed for the moment.Originally Posted by Klug
Setting up Volume replication is the same for iSCSI and NAS volumes though.
Do you expect to have this turned back on in future releases?
Thanks
Shawn.
Eventually I think it will return.Originally Posted by shawngrass
But no ETA on that yet...
Currently the Backup function w/ DSS V6 is only with NAS Volumes, though the Snapshot will work for NAS, iSCSI and FC Volumes as well but we dont have a backup feature for the iSCSI volumes.
the easiest way would be to take a snapshot from xenserver itself and export it to template
this solution results in a file-based backup of a virtual machine, you can reimport such vm easily via xencenter, the only thing it requires is some kind of storage to write backups to (cifs/nfs/usb hdd and such..)
but keep in mind that it is slow, as you have to dump all data blocks that have been at least once written and not only currently used space
for example new vm with 20gb hdd and only 4gb used will most probably result in 4gb backup file, old vm which had some writes done, will hit 20gb easily even if it still uses only 4gb of space
http://www.andy-burton.co.uk/blog/in...ws-cifs-share/
Thanks Red... great info to have around, very usefull.
We are currently using a script to do the backup like you suggest, but as you say it is slow, and the files are quite large. We are also looking at a new solution called PHDVirtual that is suppose to be able to do backups of only files that have changed since the last backup.Originally Posted by red
Thanks
Shawn
I disagree with red...escpecially because of the inefficiency of data...
This will not work for
- regular basis backups
- need for differencial / incremental backups
- high amount of VMs / data in VHDs...
Unfortunately there are very little number of backup tools that support Xen...
So this is open for me, too, and we rely on data backups with system images and iSCSI failover cluster, too.