Re: devfs persistence

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 29 Apr 2000 21:10:22 +0100 (BST)


> > Oh and factor something else in. You haven't see logical volume
> > management with style until you've see SAN wide volume management
> > across multiple hosts
>
> Does this mean you see identification as a hard problem? Or that
> people shouldn't do such strange things with SAN?

Mostly - nobody has all of this figured out. Also that you need to think
much of the time at partition level not disk level. It is quite sane to
share a disk between two hosts. GFS even allows shared writable access to
the same partitions.

To do stuff partition level you need uuids. You also in a SAN do probably need
some dynamic handling. Firstly a device can move while you are using it,
secondly you want multi-path support. Part of the SAN can fail and you need
to find alternative paths to a given disk.

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/