Project

General

Profile

Actions

Feature #3229

closed

Support clean ceph-fuse fstab automounting

Added by Greg Farnum over 11 years ago. Updated about 11 years ago.

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

0%

Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Right now, you need to do something like the following:

ubuntu@ubuntu:~$ cat /sbin/cephautomounter 
#!/bin/sh
set -e
shift
exec ceph-fuse "$@" 
ubuntu@ubuntu:~$ cat /etc/fstab
LABEL=cloudimg-rootfs   /        ext4   defaults        0 0
cephautomounter#dummy   /cephmnt        fuse    defaults        0 0

And put all the necessary config options in a ceph.conf that's located in a default location, and make that script executable.

Actions #1

Updated by Sage Weil over 11 years ago

  • Translation missing: en.field_position set to 31
Actions #2

Updated by Sage Weil about 11 years ago

  • Status changed from New to Resolved

implemented this already; /sbin/mount.fuse.ceph is in bobtail.

Actions

Also available in: Atom PDF