Files
kernel-tenderloin-3.0/Documentation/filesystems
Boaz Harrosh 9ed9648431 exofs: Add option to mount by osdname
If /dev/osd* devices are shuffled because more devices
where added, and/or login order has changed. It is hard to
mount the FS you want.

Add an option to mount by osdname. osdname is any osd-device's
osdname as specified to the mkfs.exofs command when formatting
the osd-devices.
The new mount format is:
	OPT="osdname=$UUID0,pid=$PID,_netdev"
	mount -t exofs -o $OPT $DEV_OSD0 $MOUNTDIR

if "osdname=" is specified in options above $DEV_OSD0 is
ignored and can be empty.

Also while at it: Removed some old unused Opt_* enums.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
2011-03-15 15:02:51 +02:00
..
2010-10-26 13:57:10 -04:00
2010-10-05 09:08:21 -07:00
2009-08-19 10:40:13 -07:00
2009-06-06 10:28:14 -06:00
2009-05-19 10:23:23 +01:00
2010-03-29 14:28:52 +01:00
2011-01-17 02:25:31 -05:00
2010-05-10 11:56:30 +02:00
2010-07-23 10:02:12 +09:00
2008-07-26 12:00:05 -07:00
2009-01-29 16:34:30 +02:00
2008-11-12 17:17:17 -08:00