> -----Original Message----- > From: linux-raid-owner@xxxxxxxxxxxxxxx [mailto:linux-raid- > owner@xxxxxxxxxxxxxxx] On Behalf Of Gabor Gombas > Sent: Monday, June 08, 2009 12:01 AM > To: Leslie Rhorer > Cc: linux-raid@xxxxxxxxxxxxxxx > Subject: Re: Unable to stop array > > On Sun, Jun 07, 2009 at 08:37:47PM -0500, Leslie Rhorer wrote: > > > It seems to me this is reproducible whenever the mount is used for an > NFS > > share. Even after unmounting the share on the remote system, the umount > > command won't release the mount on the local system unless one issues > the -l > > switch, and then the array still won't stop. > > You must unexport the NFS share first. You can not stop the RAID device > until the file system is unmounted, and you cannot unmount it until the > NFS export is gone. umount said you the file system is still in use; by > passing "-l" you said you do not care. But the kernel (including the > RAID device) _does_ care. Ah! Thanks. `exportfs -ua` did the trick. -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html