Project

General

Profile

Actions

Bug #41049

open

adding ceph secret key to kernel failed: Invalid argument.

Added by Anonymous over 4 years ago. Updated over 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Client
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Fresh Nautilus Cluster.
Fresh cephfs.
This is not a common base64 error

mount -t ceph 10.3.2.1:6789:/ /mnt/ -o name=x,secretfile=/etc/ceph/x.secret -vvvv
parsing options: rw,name=adnz,secretfile=/etc/ceph/adnz.secret
adding ceph secret key to kernel failed: Invalid argument.
failed to parse ceph_options

dmesg:
[17434.243781] libceph: loaded (mon/osd proto 15/24)
[17434.249842] FS-Cache: Netfs 'ceph' registered for caching
[17434.249848] ceph: loaded (mds proto 32)

root@m1-1045558 ~ # lsmod | grep ceph
ceph 376832 0
libceph 315392 1 ceph
fscache 364544 1 ceph
libcrc32c 16384 3 btrfs,raid456,libceph

root@m1-1045558 ~ # uname -a
Linux m1-1045558 5.0.0-20-generic #21~18.04.1-Ubuntu SMP

Actions #1

Updated by Anonymous over 4 years ago

reason: accidentially double base64 encoded

MISSING old warning!: secret is not valid base64: Invalid argument.

Actions

Also available in: Atom PDF