linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Current behaviour of umount on a frozen FS
@ 2013-03-15 19:26 Carlos Maiolino
  2013-03-18 17:53 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Maiolino @ 2013-03-15 19:26 UTC (permalink / raw)
  To: linux-fsdevel
  Cc: Josef Bacik, Eric Sandeen, Dave Chinner, Christoph Hellwig,
	Jan Kara, Luiz Capitulino, viro

Hi guys, first, people Cc'ed on the email were also Cc'ed on a thread related to
a similar problem.

I'm working on a possible bug related with fsfreeze, where after frozen
filesystem is umounted the respective block device can't be mounted again,
returning to userspace, a -EBUSY error.

Discussing with Eric Sandeen about it, we identified that the current behaviour
is to make filesystem able to be umounted and mounted again; although it's kept
frozen (probably a reference to its superblock is pinned in memory once it's
mounted ?!), we are able to mount it again and thaw it.

But it raised some questions about what's the expected behaviour of this
situation, should we allow a frozen filesystem to be umounted? If yes, how about
the possibility of a snapshot corruption in case a snapshot is running when
umount is triggered?

Since we are able to mount it again, and the current state is the same before
umount, looks like we keep superblock pinned in memory and data that should have
generated I/O at umount/mount is kept in memory until the filesystem is thawed.

I saw some patches from Fernando in the list but looks like the discussion
didn't continue.

What's the current status of this behaviour on fsfreeze? should we allow a
filesystem to be umounted or not? currently, this is allowed, but, is there
something protecting snapshots to be corrupted or is this being handled as an
unlikely situation?

Cheers,
-- 
Carlos

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-18 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-15 19:26 Current behaviour of umount on a frozen FS Carlos Maiolino
2013-03-18 17:53 ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).