Skip to content

Commit 75ef793

Browse files
committed
Release v0.1.7
1 parent afb7dd7 commit 75ef793

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.1.6
1+
VERSION=0.1.7
22
PACKAGE=libpve-storage-custom-moosefs-perl
33
PKGREL=1
44

MooseFSPlugin.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sub moosefs_is_mounted {
4040
$mfssubfolder ||= '';
4141
# Strip leading slashes from mfssubfolder
4242
$mfssubfolder =~ s|^/+||;
43-
my $subfolder_pattern = defined($mfssubfolder) ? "\Q/$mfssubfolder\E" : "";
43+
my $subfolder_pattern = ($mfssubfolder ne '') ? "\Q/$mfssubfolder\E" : "";
4444

4545
# Check that we return something like mfs#mfsmaster:9421 or mfs#mfsmaster:9421/subfolder
4646
# on a fuse filesystem with the correct mountpoint

changelog.Debian

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libpve-storage-custom-moosefs-perl (0.1.7-1) unstable; urgency=medium
2+
3+
* Fix mount detection on PVE9
4+
5+
-- Benjamin Arntzen <[email protected]> Tue, 19 Aug 2025 05:35:00 +0100
6+
17
libpve-storage-custom-moosefs-perl (0.1.6-1) unstable; urgency=medium
28

39
* Adds PVE 9 compatibility

0 commit comments

Comments
 (0)