-
Notifications
You must be signed in to change notification settings - Fork 6
prepare script improvements #710
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
Conversation
6c21460 to
c60181c
Compare
|
I notice that this PR contains the changes regarding the underlay prefix, would #709 cover it? and if it gets merged, would it be an issue to merge that one? |
Signed-off-by: Guvenc Gulce <[email protected]>
Signed-off-by: Guvenc Gulce <[email protected]>
Signed-off-by: Guvenc Gulce <[email protected]>
c60181c to
d36786c
Compare
|
@byteocean |
PlagueCZ
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.
Hard for me to test give then state of my work and the fact that we use ignition mostly, but it looks OK from what it's doing.
| modified_pci=${pf0::-3} | ||
|
|
||
| # pci address of vfs are organized in a block of 8 | ||
| # e.g., 3b:00.0 ... 3b:00.7, 3b:01.0 ... 3b:01.7, etc. |
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.
This comment was here to explain the strange for loop, because for those that do not know the VF numbering scheme it makes no sense just by reading the loop.
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.
Makes totally sense. I will add all the removed original comments.
hack/prepare.sh
Outdated
| fi | ||
| create_vf | ||
| make_config | ||
| make_config |
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.
Please do not remove endlines, when I sometimes cat files it messes up my terminal prompt :)
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.
:) will correct.
Signed-off-by: Guvenc Gulce <[email protected]>
b810bb8 to
b38a41a
Compare
PlagueCZ
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.
Changes make sense, cannot test in OSC as we use ignition for this part.
prepare script improvements