File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- VERSION =0.1.6
1+ VERSION =0.1.7
22PACKAGE =libpve-storage-custom-moosefs-perl
33PKGREL =1
44
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+
17libpve-storage-custom-moosefs-perl (0.1.6-1) unstable; urgency=medium
28
39 * Adds PVE 9 compatibility
You can’t perform that action at this time.
0 commit comments