-
Notifications
You must be signed in to change notification settings - Fork 173
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
[Customer]xcat2.12 can not get the right disk name for RHEL on PowerKVM #1103
Comments
hi @fenggaobj |
The disk name is provided by PowerKVM OS default. we can not configure them. |
@fenggaobj If this is a must have fix, we will try it make it gets into 2.12 release. |
@daniceexi @xuweibj if I can make a guess here. I think we are not cleaning up the drives correctly when we are doing installs ... maybe we are now with the fix in 2.12 code... @fenggaobj can you provide the version of xCAT you are using? |
@whowutwut |
@daniceexi What do you mean by saying test the change on more platforms? |
@tingtli Run the fix on kimchi created vm will be covered PCM. xCAT team needs to verify that the change won't impact the basic functions of |
The code has been merged. And the change has been verified by @fenggaobj , so close this issue. |
When deploying compute node by diskfull method, it will be failed because it can not find the disk to install OS.
The default disk of PowerKVM is "vda", but the disk name gave by xcat is "sda".
The text was updated successfully, but these errors were encountered: