Fix #907 #917

Merged
lx merged 3 commits from vk/garage:fix_907 into main 2025-01-04 16:07:40 +00:00
Showing only changes of commit 6689800986 - Show all commits

View file

@ -843,7 +843,7 @@ impl NodeStatus {
match mount_avail(&dir.path) {
Some((fsid, avail, total)) => {
mounts.insert(fsid, (avail, total));
},
}
None => return None,
}
@ -852,7 +852,7 @@ impl NodeStatus {
Some(fsid) => match mount_avail(&dir.path) {
Some((_, avail, total)) => {
mounts.insert(fsid, (avail, total));
},
}
None => return None,
},
None => return None,