You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: filter NFS shares by mountpoint in adoption capacity check
QueryAllNFSShares returns all shares unfiltered. handleExistingNFSVolume
was blindly taking shares[0], which could be a different volume's share.
This caused capacity mismatch errors when adopting multiple volumes of
different sizes.
Fixes#129
0 commit comments