-
Notifications
You must be signed in to change notification settings - Fork 68
feat(storage): directly format devices #2559
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
feat(storage): directly format devices #2559
Conversation
f736730 to
5bae29d
Compare
dgdavid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks guys 👍
| /** | ||
| * Menu that provides options for users to configure storage drives | ||
| * | ||
| * It uses a drilled-down menu approach for disks, making the available options less |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch :)
| /** | ||
| * Hook that returns the devices that can be selected as target to automatically create LVM PVs. | ||
| * | ||
| * FIXME: temporary and weak implementation that relies on the current model to offer only the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice to start paying debt :)
28db209 to
0852f87
Compare
Prepare to release Agama 17: * #2459 * #2492 * #2526 * #2527 * #2528 * #2529 * #2530 * #2531 * #2532 * #2533 * #2534 * #2536 * #2537 * #2538 * #2540 * #2541 * #2542 * #2543 * #2544 * #2545 * #2546 * #2547 * #2548 * #2550 * #2551 * #2553 * #2554 * #2555 * #2556 * #2557 * #2558 * #2559 * #2560 * #2561 * #2562 * #2563 * #2564 * #2565 * #2566 * #2567 * #2568 * #2570 * #2571 * #2572 * #2575 * #2576 * #2577 * #2579 * #2580 * #2583 * #2584 * #2585 * #2586 * #2587 * #2588 * #2589 * #2591
https://build.opensuse.org/request/show/1294907 by user IGonzalezSosa + anag_factory - Version 17 - Fix extensions layout to reduce excessive gaps on large screens (gh#agama-project/agama#2590). - Fixed crash when registering an extension without registration key (bsc#1246690) - Replaced all usage of generatePath with generateEncodedPath to ensure proper URL encoding of route parameters and prevent issues with special characters (bsc#1246551). - Add button to allow re-probing storage devices. (gh#agama-project/agama#2565) - Display a message when the license is not available in the selected language (bsc#1238364, gh#agama-project/agama#2571). - Allow to use a whole disk or MD RAID without a partition table (gh#agama-project/agama#2559). - Allow specifying the registration server (jsc#AGM-156). - Improve UX around non-persistent connections (bsc#1245
Goal
This pull request enables users of the UI to indicate they want to directly mount a whole disk or a software-defined MD RAID without a partition table. Possibly formatting it in the process.
It can work with software-defined MD RAIDs that are already present in the system, this does not include the ability to create new MD RAIDs using the web UI.
Screenshots
This is how the whole process looks, step by step.