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
Describe the bug
In some cases, it is possible that the provisioned volume is relatively big as compared to the requested size. However, if the usage of the volume remains low, we should give precedance to used volume size instead of the disk size as seen in df
To Reproduce
Steps to reproduce the behavior:
Create a NFS volume by requesting 1GB size in mig-agnosticd 3.x cluster. The actual disk size will probably be a lot more than 1 GB
Create a MigPlan for the namespace of this volume.
Look at MigAnalytic created for the MigPlan and see that the proposed size is huge than the actual usage percentage.
Expected behavior
The usage percentage should be given precedance at all times to avoid provisioning volumes when they are not been used to their full capacity.
The text was updated successfully, but these errors were encountered:
Describe the bug
In some cases, it is possible that the provisioned volume is relatively big as compared to the requested size. However, if the usage of the volume remains low, we should give precedance to used volume size instead of the disk size as seen in
df
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The usage percentage should be given precedance at all times to avoid provisioning volumes when they are not been used to their full capacity.
The text was updated successfully, but these errors were encountered: