-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proper size of NOVA not reflected when mounting on a partition #145
Comments
I will take a look. |
Thank you Andiry. Could you also let me know what the minimum supported device size is for Nova? |
I cannot reproduce the issue. I tried with a 64MB pmem:
Result:
dmesg:
Here I enable the logging in nova_statfs. Here it consumes 43MB for reserved space and only has ~6K free 4K pages, which is roughly 24MB. To answer your second question, I have no idea, but NOVA has reserved 1/6 space for protection reasons, and fixed space (start from the head) for various metadata and states. I think the minimal support size is 64MB. |
Hi, can you verify this for a partition as well? I was facing this issue for a 64MB partition on a 128MB pmem |
Hi,
I was trying to mount NOVA on small PMEM devices (preferably less than 64MiB).
For that, I emulated a permanent memory device using memmap and created 2 partitions. While trying to mount NOVA on the partition, the file system size shows 135Mib.
Is there a reason why this happens? I was expecting the size to be ~64Mib
Step 1: Created partition on emulated PMEM
Step 2: Mounting NOVA and viewing size
The text was updated successfully, but these errors were encountered: