summaryrefslogtreecommitdiffstats
path: root/src/mount.fuse.ceph (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite mount.fuse.ceph (to python) and move ceph-fuse options to fs_mntopsEdgaras Lukosevicius2017-01-291-41/+79
| | | | | | | | Rewrote mount.fuse.ceph to move ceph-fuse options to `fs_mntops`, where it should be. Bash version with options in `fs_spec` is counterintuitive and cause issues in some situations (systemd, for example) Signed-off-by: Edgaras Lukosevicius <edgaras.lukosevicius@gmail.com>
* Better parsing of arguments passed to mount.fuse.ceph by mount command.Florent2016-02-111-2/+14
| | | | Signed-off-by: Florent Bautista <florent@coppint.com>
* Skipping '_netdev' Debian fstab optionFlorentCoppint2014-04-251-0/+3
| | | Signed-off-by: Florent Bautista <florent@coppint.com>
* mount.fuse.ceph: strip out noauto optionSage Weil2012-12-131-3/+9
| | | | | | | | | mount -a uses this, but also passes it to mount.fuse.ceph, and libceph complains: fuse: unknown option `noauto' Signed-off-by: Sage Weil <sage@inktank.com>
* mount.fuse.ceph: add ceph-fuse mount helperSage Weil2012-12-131-0/+20
Signed-off-by: Sage Weil <sage@inktank.com>