<div dir="ltr"><div>Hi,</div><div>We have a combined MGS+MDT and I'm looking for a migration to new storage with a minimal disruption to the running jobs on the cluster.</div><div><br></div><div>Can anyone find problems in the scenario below and/or suggest another solution?</div><div>I would appreciate also "no problems" replies to reassure the scenario before I proceed.</div><div><br></div><div>Current configuration:<br></div><div>The mdt is a logical volume in a lustre_pool VG on a /dev/mapper/MDT0001 PV</div><div><br></div><div>Migration plan:</div><div>Add /dev/mapper/MDT0002 new disk (multipath)</div><div>extend the VG:</div><div>pvcreate /dev/mapper/MDT0002<br>vgextend  lustre_pool /dev/mapper/MDT0002</div><div>mirror the mdt to the new disk:</div><div>lvconvert -m 1 /dev/lustre_pool/TECH_MDT /dev/mapper/MDT0002</div><div>wait the mirrored disk to sync:</div><div>lvs -o+devices</div><div>when it's fully synced unmount the MDT, remove the old disk from the mirror:</div><div>lvconvert -m 0 /dev/lustre_pool/TECH_MDT /dev/mapper/MDT0001</div><div>and remove the old disk from the pool:</div><div>vgreduce lustre_pool /dev/mapper/MDT0001</div><div>pvremove /dev/mapper/MDT0001</div><div>remount the MDT and let the clients few minutes to recover the connection.</div><div><br></div><div>Thanks,</div><div>David<br></div><br></div>