ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/1] ceph: add sysfs entries signifying new mount syntax support
@ 2021-11-03  5:00 Venky Shankar
  2021-11-03  5:00 ` [PATCH v5 1/1] ceph: mount syntax module parameter Venky Shankar
  0 siblings, 1 reply; 4+ messages in thread
From: Venky Shankar @ 2021-11-03  5:00 UTC (permalink / raw)
  To: jlayton, pdonnell, idryomov; +Cc: ceph-devel, Venky Shankar

v5:
  - switch to sysfs instead of debugfs

[This is based on top of new mount syntax series]

Patrick/Ilya proposed the idea of having sysfs entries to signify if
kernel supports the new (v2) mount syntax. The primary use of this
information is to catch any bugs in the new syntax implementation.

This would be done as follows::

The userspace mount helper tries to mount using the new mount syntax
and fallsback to using old syntax if the mount using new syntax fails.
However, a bug in the new mount syntax implementation can silently
result in the mount helper switching to old syntax.

So, the sysfs entries can be relied upon by the mount helper to
check if the kernel supports the new mount syntax. Cases when the
mount using the new syntax fails, but the kernel does support the
new mount syntax, the mount helper could probably log before switching
to the old syntax (or fail the mount altogether when run in test mode).

sysfs entries are as follows::

    /sys/module/ceph/parameters/
    ....
    ....
    /sys/module/ceph/parameters/mount_syntax_v2
    /sys/module/ceph/parameters/mount_syntax_v1
    ....
    ....

Venky Shankar (1):
  ceph: mount syntax module parameter

 fs/ceph/super.c | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
2.27.0


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

end of thread, other threads:[~2021-11-05 10:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03  5:00 [PATCH v5 0/1] ceph: add sysfs entries signifying new mount syntax support Venky Shankar
2021-11-03  5:00 ` [PATCH v5 1/1] ceph: mount syntax module parameter Venky Shankar
2021-11-03 10:33   ` Jeff Layton
2021-11-05 10:43   ` Jeff Layton

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).