mirror of
https://github.com/jiangcuo/pve-storage.git
synced 2026-08-09 16:35:55 +00:00
Since ceph-fuse is called directly in the CephFS storage plugin, which
can not process the _netdev option, mounting the CephFS storage fails
when fuse is set in the storage.cfg.
This patch moves the _netdev option into the else part of the if fuse is
set statement. _netdev is only added if the CephFS kernel client mounts
the storage.
It seems _netdev is not needed anyway for the fuse mount, as the
connection is closed, once the fuse process gets killed on shutdown.
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| LunCmd | ||
| CephFSPlugin.pm | ||
| CIFSPlugin.pm | ||
| DirPlugin.pm | ||
| DRBDPlugin.pm | ||
| GlusterfsPlugin.pm | ||
| ISCSIDirectPlugin.pm | ||
| ISCSIPlugin.pm | ||
| LVMPlugin.pm | ||
| LvmThinPlugin.pm | ||
| Makefile | ||
| NFSPlugin.pm | ||
| Plugin.pm | ||
| RBDPlugin.pm | ||
| SheepdogPlugin.pm | ||
| ZFSPlugin.pm | ||
| ZFSPoolPlugin.pm | ||