-
Notifications
You must be signed in to change notification settings - Fork 10
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
Dump bootactions #7
Conversation
Tested in dev...
|
Hmm, Restore roll is meant to upgrade a Rocks cluster from one version to another. This way of restoring bootaction will keep the kernel version of the old system, which will be invalid on an upgraded system. Luca |
Updated to not include kernel and ramdisk in
|
This solution is better but it can still break things. If you are changing FQDN KVM will stop working after you apply the restore roll. If we need to change some args because anaconda has a new sets of args (as it can happen with centos 7), if you use a restore roll from 6 to 7 you might loose those changes. Honestly speaking I think the best solution is to put move user defined boot agrs into attributes as proposed in: IMHO this solution is cleaner:
Luca |
It would be nice if the custom bootactions could be saved by
rocks dump
.