-
Notifications
You must be signed in to change notification settings - Fork 177
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
DDP Tool failing to get ddp profile for devices #516
Comments
I can see we do pass the pci address, so not sure why it's not working. it should work. |
I checked the full cmd, and it failed but looked valid. |
seems ddp tool will always return a non-zero exit status code. so this seems to be a bug in ddptool.... or maybe we need to check the contents to see if we received the ddp profile, otherwise return error.... |
I was never in favor of using that ddp tool :( |
Yes - although I don't think the netlink pkg will work with FVL cards - so it needs to be tested. will set something up internally for this validation. |
oh you maybe right :( |
I've updated #387 I also checked ddp-tool, and tried the latest version - it does not work against VF's |
Hi @Eoghan1232 any update on the DDP tool? |
Hey @SchSeba so they only recently got back to me, and seems the latest version of DDP works, I need to retest this and update the version we use in the repo |
Okay @SchSeba so I spoke to internal team, they said they fixed in latest version, but when I tested, it still fails.
you can see it returns ddp profile for VF, but since exit status 5 is returned for an unrelated device, the code will fail :/ Still in conversations with them on what to do, but a bug is filed |
What happened?
Deploy DP from main with configMap specifying DDP Profile
Device did not get picked up
In the code, I can see we run it as
cmd := ddpExecCommand("ddptool", "-l", "-a", "-j", "-s", dev)
I ran ddptool inside of DP container with this flag and you can see it returned error 5, which is what showed in DP logs.
I ran against PCI Address instead and got the DDP profile.
What are the minimal steps needed to reproduce the bug?
Just deploy from main
Seems to be a bug with DDP Tool? we pass the pci address to the PCI.
The text was updated successfully, but these errors were encountered: