-
Notifications
You must be signed in to change notification settings - Fork 59
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
storage: size doesn't work for partition pool #120
Comments
Currently, the only support for |
Found another interesting thing, with bellow playbook, the first task will created one partition with the entire disk[1], and the second task will remove the encryption layer and creat one 4GB size disk partition.
The two times' lsblk ouput:
|
This issue was fixed by bellow PR, the partition's size is now same as the disk |
Partitioning support is also requested in #437 so I am closing this issue. |
playbook
ansible log
The size: 4g doesn't work for sdd disk
The text was updated successfully, but these errors were encountered: