Project

General

Profile

Feature #44211

mount.ceph: stop printing warning message about mds_namespace

Added by Patrick Donnelly about 4 years ago. Updated about 4 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
-
Target version:
% Done:

0%

Source:
Development
Tags:
Backport:
Reviewed:
Affected Versions:
Component(FS):
kceph
Labels (FS):
multifs, task(easy)
Pull request ID:

Description

We see:

$ mount -t ceph -o mds_namespace=foo ...
mount.ceph: unrecognized mount option "mds_namespace", passing to kernel.

History

#1 Updated by Xiubo Li about 4 years ago

  • Status changed from New to In Progress

$ mount -t ceph -o mds_namespace=foo ...
mount.ceph: unrecognized mount option "mds_namespace", passing to kernel.

Hi Patrick

This is one debug message with the '-v' option specified.

# mount -t ceph 192.168.195.165:40532,192.168.195.165:40534,192.168.195.165:40536:/ /mnt/cephfs/ -o mds_namespace=a -v
parsing options: rw,mds_namespace=a
mount.ceph: unrecognized mount option "mds_namespace", passing to kernel.
#

BTW, should we remove the debug info like this ? Or did I miss something here ? Checked the latest upstream code, no any change about this.

#2 Updated by Patrick Donnelly about 4 years ago

  • Status changed from In Progress to Fix Under Review
  • Pull request ID set to 33494

#3 Updated by Greg Farnum about 4 years ago

  • Status changed from Fix Under Review to Resolved

Also available in: Atom PDF