Sharing over NFS is fine. What you are doing with NFS is sharing the >filesystem.
The dangerous behaviour mentioned is when you are sharing the actual >block
device that is the LV. A subtle but very important distinction.
This is safe:
+----+ NFS +---------+
| |---------| Box B |
|boxA| | | +----+ +---------+ | SCSI/IDE/FC
|
^^^^^^^
|disks|
| |
| |
| |
^^^^^^^
This is dangerous:
+----+ +----+ | | | | |boxA| |boxB| +----+ +----+ \ / ^^^^^^^ |disks| | | | | | | ^^^^^^^
patrick