Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: prerequisites fix for cephFS mount #43886

Merged
merged 1 commit into from
Nov 19, 2021
Merged

Conversation

nmshelke
Copy link
Contributor

@nmshelke nmshelke commented Nov 11, 2021

Fixes: https://tracker.ceph.com/issues/53054

Signed-off-by: Nikhilkumar Shelke nshelke@redhat.com

Checklist

  • Tracker (select at least one)
    • References tracker ticket
    • Very recent bug; references commit where it was introduced
    • New feature (ticket optional)
    • Doc update (no ticket needed)
  • Component impact
    • Affects Dashboard, opened tracker ticket
    • Affects Orchestrator, opened tracker ticket
    • No impact that needs to be tracked
  • Documentation (select at least one)
    • Updates relevant documentation
    • No doc update is appropriate
  • Tests (select at least one)
  • Teuthology
    • Completed teuthology run
    • No teuthology test necessary (e.g., documentation)
Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard cephadm
  • jenkins test api
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox

@github-actions github-actions bot added cephfs Ceph File System documentation labels Nov 11, 2021
@rishabh-d-dave rishabh-d-dave requested a review from a team November 11, 2021 11:48
@rishabh-d-dave rishabh-d-dave requested a review from a team November 11, 2021 12:07
@nmshelke nmshelke changed the title doc: Prerequisites fix for cephFS mount. doc: prerequisites fix for cephFS mount Nov 12, 2021
#. If you are mounting Ceph with FUSE not as superuser/root user/system admin
you would need to add the option ``user_allow_other`` to ``/etc/fuse.conf``
(under no section in the conf).
.. note:: Mounting CephFS using FUSE requires superuser privileges.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: To emphasize that this change is relatively recent.

Suggested change
.. note:: Mounting CephFS using FUSE requires superuser privileges.
.. note:: Mounting CephFS using FUSE requires superuser privileges now.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go further and explain why it requires superuser privileges.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Member

@joscollin joscollin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fuse.conf option seems invalid, may be too old. Only root can use "--options" now. So it can be removed.

#. If you are mounting Ceph with FUSE not as superuser/root user/system admin
you would need to add the option ``user_allow_other`` to ``/etc/fuse.conf``
(under no section in the conf).
.. note:: Mounting CephFS using FUSE requires superuser privileges.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go further and explain why it requires superuser privileges.

doc/cephfs/mount-using-fuse.rst Outdated Show resolved Hide resolved
Fixes: https://tracker.ceph.com/issues/53054

Signed-off-by: Nikhilkumar Shelke <nshelke@redhat.com>
@vshankar vshankar merged commit 93054a3 into ceph:master Nov 19, 2021
@nmshelke nmshelke deleted the doc-fix-53054 branch May 13, 2022 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants