]> git.proxmox.com Git - pve-storage.git/commit
nfs/glusterfs: is_mounted fixes
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 9 Dec 2015 07:44:50 +0000 (08:44 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 9 Dec 2015 08:22:15 +0000 (09:22 +0100)
commitaed6c85d28c2c591af65e6e80425f8ecb26d2a6b
tree3aea13b2cf6fda44f9a35f3d048159da10aaccb4
parent4f692721be706e51f9a48c787f5b8dff6cfe33b7
nfs/glusterfs: is_mounted fixes

The parse_proc_mounts change made the glusterfs is_mounted
check fail (causing it to be shown as inactive on the GUI).
The NFS check was stricter (not allowing a trailing / in the
source anymore).
PVE/Storage/GlusterfsPlugin.pm
PVE/Storage/NFSPlugin.pm