On Mon, Oct 18, 2010 at 12:42:36PM +0200, Jonathan Buch wrote: > I'm trying to exclude a dead OST but I'm having trouble. When I use > `df`, it hangs until I use `lctl --device "" deactivate`. > > Should the exclude= mount option prevent df from locking up?
There is actually a mount option (namely lazystatfs, added in 1.8.0) which allows statfs to skip inactive OSTs. This feature can also be enabled on a live system with "lctl set_param llite.*.lazystatfs=1". Johann _______________________________________________ Lustre-discuss mailing list [email protected] http://lists.lustre.org/mailman/listinfo/lustre-discuss
