Skip to content
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

Unify partitions, logical volumes, and raid re filesystem creation, maybe. #26

Closed
stefwalter opened this issue Nov 4, 2013 · 1 comment
Assignees

Comments

@stefwalter
Copy link
Contributor

Partitions are created and formatted with one operation, while logical volumes are created in a separate step from formatting them.

Formatting needs many parameters, but partition creation only needs the size, so it made sense to put them into one dialog. (I think I copied that from GNOME Disks.)

Logical volume creation might be complex in terms of UI, just like raid creation, so it is probably better off as a seperate step from formatting, which is also complex.

To unify this, we might separate partition creation from formatting; or we might combine lv/raid creation and formatting and just pay attention that we have a manageable UI for this complex task (similar to Anaconda, maybe).

@mvollmer
Copy link
Member

mvollmer commented Dec 8, 2015

This is too vague.

@mvollmer mvollmer closed this as completed Dec 8, 2015
martinpitt pushed a commit to martinpitt/cockpit that referenced this issue Oct 28, 2018
marusak referenced this issue in marusak/cockpit Aug 28, 2019
updates to component details section in Edit Recipe page
marusak referenced this issue in marusak/cockpit Jan 29, 2020
The `git log` command doesn't work properly with the symlink. The check
based on the image file to deem if an open PR is relevant name also
doesn't have the symlink anymore.

Also remove the unnecessary directory change.

Closes #26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants