Hi, I would like to move my primary storage (5x1TB, CS 4.2) from GFS2 to NFS. I don't want to use cloudstack offline disk migration because it's too slow.
What I plan to do : 1) Declare a new primary storage (NFS) 2) Stop all running VM on the cluster 3) Put GFS2 primary storage in maintenance mode 3) Rsync GFS2 mount point > NFS mountpoint (excluding templates files) 4) Update DB : update volumes set folder="/xx/yy/zzz" ,pool_type= NULL,pool_id="XXX" where name="[ROOT|DATA]-XXX"; Inputs are welcome Florent