public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [Bug 218336] New: mount(2) doesn't document ENOSPC when /proc/sys/fs/mount-max is exceeded
@ 2024-01-03 15:32 bugzilla-daemon
  2024-01-03 16:04 ` [Bug 218336] " bugzilla-daemon
  2024-01-03 16:29 ` bugzilla-daemon
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2024-01-03 15:32 UTC (permalink / raw)
  To: linux-man

https://bugzilla.kernel.org/show_bug.cgi?id=218336

            Bug ID: 218336
           Summary: mount(2) doesn't document ENOSPC when
                    /proc/sys/fs/mount-max is exceeded
           Product: Documentation
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: man-pages
          Assignee: documentation_man-pages@kernel-bugs.osdl.org
          Reporter: smcv@collabora.com
        Regression: No

When setting up mount points in a new mount namespace, if
/proc/sys/fs/mount-max is exceeded, mount(2) will fail with ENOSPC. This isn't
documented in mount(2) as a possible error result.

In this situation, the error message "No space left on device" from strerror()
is misleading: usually all of the user's filesystem devices will have plenty of
space. The actual problem is that an essentially arbitrary
anti-denial-of-service limit, orthogonal to how much space exists on any
particular device, has been exceeded.

For example, this could easily happen when running Flatpak, which creates new
user and mount namespaces using the bubblewrap tool:

$ echo 50 | sudo tee /proc/sys/fs/mount-max
$ flatpak run org.gnome.Platform//45       
bwrap: Failed to mount tmpfs: No space left on device
error: ldconfig failed, exit status 256

I'm going to send a PR to bubblewrap to make it special-case ENOSPC and display
a clearer error message in this case. It would be helpful if mount(2) indicated
ENOSPC as a possible error here, so that maintainers of projects like
bubblewrap could make sure to allow for it.

https://github.com/ValveSoftware/steam-runtime/issues/637 is a real-world
report of this happening in Steam's Steam Linux Runtime container framework,
which is very similar to Flatpak.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 218336] mount(2) doesn't document ENOSPC when /proc/sys/fs/mount-max is exceeded
  2024-01-03 15:32 [Bug 218336] New: mount(2) doesn't document ENOSPC when /proc/sys/fs/mount-max is exceeded bugzilla-daemon
@ 2024-01-03 16:04 ` bugzilla-daemon
  2024-01-03 16:29 ` bugzilla-daemon
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2024-01-03 16:04 UTC (permalink / raw)
  To: linux-man

https://bugzilla.kernel.org/show_bug.cgi?id=218336

--- Comment #1 from Simon McVittie (smcv@collabora.com) ---
The bubblewrap PR is https://github.com/containers/bubblewrap/pull/615.

The text I would hope to see in the man page could perhaps be something like:

**ENOSPC**
    The mount operation would cause the current mount namespace to
    have more mount points than allowed by _/proc/sys/fs/mount-max_.

...

**SEE ALSO**
    ...,
https://www.kernel.org/doc/html/latest/admin-guide/sysctl/fs.html#mount-max

Or if the man-pages maintainers would prefer to have text that anticipates
potential future kernel changes, perhaps more generally:

**ENOSPC**
    The mount operation would cause a resource limit to be exceeded,
    for example more mount points than allowed by _/proc/sys/fs/mount-max_
    in the current mount namespace.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 218336] mount(2) doesn't document ENOSPC when /proc/sys/fs/mount-max is exceeded
  2024-01-03 15:32 [Bug 218336] New: mount(2) doesn't document ENOSPC when /proc/sys/fs/mount-max is exceeded bugzilla-daemon
  2024-01-03 16:04 ` [Bug 218336] " bugzilla-daemon
@ 2024-01-03 16:29 ` bugzilla-daemon
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2024-01-03 16:29 UTC (permalink / raw)
  To: linux-man

https://bugzilla.kernel.org/show_bug.cgi?id=218336

Alejandro Colomar (alx@kernel.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alx@kernel.org

--- Comment #2 from Alejandro Colomar (alx@kernel.org) ---
Would you mind sending a patch?  Please check this:
<https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING>.

Thanks!

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

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

end of thread, other threads:[~2024-01-03 16:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-03 15:32 [Bug 218336] New: mount(2) doesn't document ENOSPC when /proc/sys/fs/mount-max is exceeded bugzilla-daemon
2024-01-03 16:04 ` [Bug 218336] " bugzilla-daemon
2024-01-03 16:29 ` bugzilla-daemon

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