public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Simultaneously mounting one XFS partition on multiple machines
@ 2011-01-04 17:46 Patrick J. LoPresti
  2011-01-04 21:52 ` Emmanuel Florac
  2011-01-04 21:53 ` Dave Chinner
  0 siblings, 2 replies; 3+ messages in thread
From: Patrick J. LoPresti @ 2011-01-04 17:46 UTC (permalink / raw)
  To: xfs

Hey, what's the worst that could happen?

I recently learned that some of my colleagues have configured two
Linux systems to simultaneously mount a single XFS partition residing
on shared storage.  Specifically, "system R" has the partition mounted
read-only while "system W" has it mounted read/write.

I told them that this sounds like a very bad idea because XFS is not a
clustered file system.  But they are skeptical because "it seems to be
working fine".  I need to know what the actual risks are and whether
they can be mitigated.

This partition holds large amounts of essentially archival data; that
is, it is read frequently but written rarely.  When they do want to
write to it, they do so via system W and then reboot system R.

I am no expert on XFS, but there are essentially two risks that I can see:

Risk 1: When making changes via system W, the view of the file system
from system R can become corrupted or inconsistent.  My colleagues are
aware of this and believe they can live with it, as long as the
underlying file system is not being damaged ("we can just reboot").

Risk 2: Any time the file system is mounted, even read-only, it will
replay the journal if it is non-empty.  (At least, I believe this is
true.  Could one of you please confirm or deny?)  So if machine R
should reboot while the journal is non-empty, it will replay it,
causing fairly unpredictable on-disk corruption.


Here are my questions.

1) When can a read-only XFS mount write to the disk, exactly?

2) If I do a "sync" on machine W (and perform no further writes), will
that truncate the journal?

3) What am I missing?


If your answer is "Please do not do this; get a clustered filesystem",
then trust me, you are preaching to the choir.  But these systems are
already in use and unlikely to be replaced soon, so at this point my
job is to find out what the exact risks are.  Any information will be
appreciated.

Thanks!

 - Pat

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2011-01-04 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-04 17:46 Simultaneously mounting one XFS partition on multiple machines Patrick J. LoPresti
2011-01-04 21:52 ` Emmanuel Florac
2011-01-04 21:53 ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox