-
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
ROCKS7: grub2-client.xml references command unavailable in install environment #34
Comments
it should not need to be in the installer image. it should run in a post
section, which runs on the installed system. (chrooted)
p
…On Dec 7, 2017 2:36 PM, "Trevor Cooper" ***@***.***> wrote:
grub2-client.xml node file
<https://github.com/rocksclusters/base/blob/master/nodes/grub2-client.xml#L23>
expects access to command /opt/rocks/sbin/modify-grub2 to modify
bootflags of installing node.
/opt/rocks/sbin/modify-grub2 is provided
<https://github.com/rocksclusters/core/blob/master/src/admin/modify-grub2.py>
by rocks-admin RPM from Rocks core roll.
rocks-admin RPM is not added to updates.img by build-updates-img.py
<https://github.com/rocksclusters/base/blob/master/src/updates.img/build-updates-img.py#L274>
in Rocks base roll and therefore is not available during node install.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#34>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADOpTe9uv265JeifbkkVfsZuoFl2BSWbks5s-Gh0gaJpZM4Q6TX8>
.
|
You are correct (of course) about not needing |
@ppapadopoulos... here is supporting example. Configuration needed for KVM on compute nodes...
Additional configuration for KVM to support SR-IOV...
Without rocks-admin package in installing environment...The following script will not work...
And bootflags are not configured...
WITH the rocks-admin package installed on the node...
Reinstall of node WILL have bootflags updated...
|
@tcooper Hey,Problems arise during the installation of rocks7:unexpected error:'NoneType' object has no attribute 'updates'. |
grub2-client.xml
node file expects access to command/opt/rocks/sbin/modify-grub2
to modify bootflags of installing node./opt/rocks/sbin/modify-grub2
is provided byrocks-admin
RPM from Rocks core roll.rocks-admin
RPM is not added toupdates.img
bybuild-updates-img.py
in Rocks base roll and therefore is not available during node install.The text was updated successfully, but these errors were encountered: