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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachments/20080326/06bf85cc/attachment-0002.html