-
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
Would like to add primary partition support #437
Comments
@vojtechtrefny @japokorn any ideas? |
The role can currently create a single partition on the entire disk, see #120 I think the main reason for this is we originally focused on the higher level storage (LVM, RAID...) and ignored everything "below" and nobody really asked for support for managing partitions (until now). You can create "partition volume" with something like this
but But partitioning support is definitely something that can be added, as you said blivet can do it. |
Missing information about Stratis support, default value for `grow_to_fill`, notes about pool type-specific arguments etc. Resolves: linux-system-roles#455 Resolves: linux-system-roles#428 Resolves: linux-system-roles#385 Related: linux-system-roles#437
Missing information about Stratis support, default value for `grow_to_fill`, notes about pool type-specific arguments etc. Resolves: linux-system-roles#455 Resolves: linux-system-roles#428 Resolves: linux-system-roles#385 Related: linux-system-roles#437
Missing information about Stratis support, default value for `grow_to_fill`, notes about pool type-specific arguments, partitioning support, formatting etc. Resolves: linux-system-roles#455 Resolves: linux-system-roles#428 Resolves: linux-system-roles#385 Related: linux-system-roles#437
Hello,
I would like to extend the storage role so it could create primary partitions on a disk.
As blivet is being used by anaconda it is not clear to me why this is not already possible.
Could somebody explain to me why this is not possible?
Or better yet, explain to me how this actually already is possible! ;)
Pointers on where I would need to modify what in the storage r
/ole would also be greatly appreciated.
Thanks!
Regards,
Geert
Ps. I know the parted module, but blivet VS parted is an easy win for blivet to my opinion.
The text was updated successfully, but these errors were encountered: