It has probably already happened to you: Creating volume /dev/sda2 failed with error -1008 Did it tell anything useful to you? Maybe if Storage gave you some more info, you could have continued, fix the problem by yourself.
This project has been already discussed during CSM Workshop. Here are some hints: aschnell: The infrastructure is available, just add some hundred messages to getErrorString() in Storage.cc. aschnell: One could of course also use exceptions but that looks like a task for more than a weeks work. mvidner: The method link is Storage::getErrorString. A quick and dirty way would be to simply add the raw identifiers from enum ErrorCodes: case DISKREMOVEPARTITIONINVALIDVOLUME: return "DISKREMOVEPARTITIONINVALIDVOLUME";
No Hackers yet
Looking for hackers with the skills:
This project is part of:
Hack Week 11
Activity
Similar Projects
Agama Expert Partitioner by joseivanlopez
Description
Agama is a new Linux installer that will be very likely used for SLES 16.
It offers an UI for configuring the target system (language, patterns, network, etc). One of the more complex sections is the storage configuration, which is going to be revamped. This project consists on exploring the possibility of having something similar to the YaST Expert Partitioner for Agama.
Goals
- Explore different approaches for the storage UI in Agama.