Project

General

Profile

Actions

Bug #2392

closed

First read of symlink after ceph filesystem mounted gives error

Added by Mark Kirkwood almost 12 years ago. Updated over 11 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
fs/ceph
Target version:
% Done:

0%

Source:
Community (user)
Tags:
Backport:
Regression:
Severity:
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

On client machine (Ubuntu 12.04):

$ mount -t ceph -o name=admin,secret=xxxx 192.168.1.101:6789:/ /mnt/osd
$ mkdir /mnt/osd/dir
$ ln -s /etc/hosts /mnt/osd/dir/hosts

$ umount /mnt/osd
$ mount -t ceph -o name=admin,secret=xxxx 192.168.1.101:6789:/ /mnt/osd
$ cat /mnt/osd/dir/hosts
cat: /mnt/osd/dir/hosts: Invalid argument

$ cat /mnt/osd/dir/hosts
...contents of /etc/hosts as expected

There are 3 other Ubuntu 12.04 hosts using the 0.46 ceph package, configured with mon, mts and osd on each host (see ceph.conf).


Files

ceph.conf (4.3 KB) ceph.conf Mark Kirkwood, 05/09/2012 04:55 PM
ceph-logs-dev1.tar.gz (2.49 KB) ceph-logs-dev1.tar.gz Mark Kirkwood, 05/14/2012 04:37 PM
kern.log (920 Bytes) kern.log Mark Kirkwood, 05/14/2012 04:37 PM
ceph-logs-dev1.tar.gz (989 KB) ceph-logs-dev1.tar.gz Mark Kirkwood, 05/15/2012 04:26 PM
Actions

Also available in: Atom PDF