How can you remove an OST completely?  When you deactivate it, it shows as 
inactive.  I have moved all files from this OST to other OSTs with:

lfs getstripe --obd content-OST0004_UUID --quiet --recursive /content | while 
read F; do
      cp $F $F.tmp && mv $F.tmp $F
done

I want to get rid of this OST0004 completely, so I can add a new OST with the 
same index of 4 later on.  How can I get rid of content-OST0004?



Thanks!

Jason Sellers

_______________________________________________
Lustre-discuss mailing list
[email protected]
http://lists.lustre.org/mailman/listinfo/lustre-discuss

Reply via email to