Re: [PATCH 4/8] ceph: allow remounting aborted mount

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jun 20, 2019 at 8:34 AM Jeff Layton <jlayton@xxxxxxxxxx> wrote:
>
> On Wed, 2019-06-19 at 08:24 +0800, Yan, Zheng wrote:
> > On Tue, Jun 18, 2019 at 6:39 PM Jeff Layton <jlayton@xxxxxxxxxx> wrote:
> > > On Tue, 2019-06-18 at 14:25 +0800, Yan, Zheng wrote:
> > > > On 6/18/19 1:30 AM, Jeff Layton wrote:
> > > > > On Mon, 2019-06-17 at 20:55 +0800, Yan, Zheng wrote:
> > > > > > When remounting aborted mount, also reset client's entity addr.
> > > > > > 'umount -f /ceph; mount -o remount /ceph' can be used for recovering
> > > > > > from blacklist.
> > > > > >
> > > > >
> > > > > Why do I need to umount here? Once the filesystem is unmounted, then the
> > > > > '-o remount' becomes superfluous, no? In fact, I get an error back when
> > > > > I try to remount an unmounted filesystem:
> > > > >
> > > > >      $ sudo umount -f /mnt/cephfs ; sudo mount -o remount /mnt/cephfs
> > > > >      mount: /mnt/cephfs: mount point not mounted or bad option.
> > > > >
> > > > > My client isn't blacklisted above, so I guess you're counting on the
> > > > > umount returning without having actually unmounted the filesystem?
> > > > >
> > > > > I think this ought to not need a umount first. From a UI standpoint,
> > > > > just doing a "mount -o remount" ought to be sufficient to clear this.
> > > > >
> > > > This series is mainly for the case that mount point is not umountable.
> > > > If mount point is umountable, user should use 'umount -f /ceph; mount
> > > > /ceph'. This avoids all trouble of error handling.
> > > >
> > >
> > > ...
> > >
> > > > If just doing "mount -o remount", user will expect there is no
> > > > data/metadata get lost.  The 'mount -f' explicitly tell user this
> > > > operation may lose data/metadata.
> > > >
> > > >
> > >
> > > I don't think they'd expect that and even if they did, that's why we'd
> > > return errors on certain operations until they are cleared. But, I think
> > > all of this points out the main issue I have with this patchset, which
> > > is that it's not clear what problem this is solving.
> > >
> > > So: client gets blacklisted and we want to allow it to come back in some
> > > fashion. Do we expect applications that happened to be accessing that
> > > mount to be able to continue running, or will they need to be restarted?
> > > If they need to be restarted why not just expect the admin to kill them
> > > all off, unmount and remount and then start them back up again?
> > >
> >
> > The point is let users decide what to do. Some user values
> > availability over consistency. It's inconvenient to kill all
> > applications that use the mount, then do umount.
> >
> >
>
> I think I have a couple of issues with this patchset. Maybe you can
> convince me though:
>
> 1) The interface is really weird.
>
> You suggested that we needed to do:
>
>     # umount -f /mnt/foo ; mount -o remount /mnt/foo
>
> ...but what if I'm not really blacklisted? Didn't I just kill off all
> the calls in-flight with the umount -f? What if that umount actually
> succeeds? Then the subsequent remount call will fail.
>
> ISTM, that this interface (should we choose to accept it) should just
> be:
>
>     # mount -o remount /mnt/foo
>
> ...and if the client figures out that it has been blacklisted, then it
> does the right thing during the remount (whatever that right thing is).
>
> 2) It's not clear to me who we expect to use this.
>
> Are you targeting applications that do not use file locking? Any that do
> use file locking will probably need some special handling, but those
> that don't might be able to get by unscathed as long as they can deal
> with -EIO on fsync by replaying writes since the last fsync.
>
> The catch here is that not many applications do that. Most just fall
> over once fsync hits an error. That is a bit of a chicken and egg
> problem though, so that's not necessarily an argument against doing
> this.

It seems like a lot of users/admins are okay with their applications
falling over and getting restarted by the init system, but requiring
them to manually reboot a system is a bridge too far (especially if
the reboot hangs due to dirty data they can't force a flush on). So
doing *something* in response that they can trigger easily or that we
do automatically would be nice.

But I also agree with you that the something needs to be carefully
designed to maintain the consistency semantics we promise elsewhere
and be understandable to users, and these recent patch series make me
nervous in that regard so far...
-Greg



[Index of Archives]     [CEPH Users]     [Ceph Large]     [Ceph Dev]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux