Skip to content
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

Multi-asic support for ApplyPatchDb API #20874

Open
agadia-cisco opened this issue Nov 14, 2024 · 3 comments
Open

Multi-asic support for ApplyPatchDb API #20874

agadia-cisco opened this issue Nov 14, 2024 · 3 comments

Comments

@agadia-cisco
Copy link

  • gNMI uses Dbus ApplyPatchDb API. Currently it doesn't use namespace & it has to be updated.

  • mixed_db_client.go calls ApplyPatchDb here, ApplyPatchDb definition here

  • How this was discovered?

    • when creating config checkpoint by using Dbus API; then configuration returned is the namespace config-db.
      dbus-send --system --dest=org.SONiC.HostService.gcu --type=method_call --print-reply /org/SONiC/HostService/gcu org.SONiC.HostService.gcu.create_checkpoint string:'checkpoint1'

    • but when run ApplyPatchDb API, then it isn't considering the PORTS viz in the namespace config-db & if given the port name which exists in config_db (not the namespace one), then also ApplyPatchDb API fails.

      • dbus-send --system --dest=org.SONiC.HostService.gcu --type=method_call --print-reply /org/SONiC/HostService/gcu org.SONiC.HostService.gcu.apply_patch_db string:'[{"op": "add", "path": "/PORT/Ethernet0/admin_status", "value": "down"}]' => fails with error "'PORT' not found in ....(returns entire config_db.json)"

      • dbus-send --system --dest=org.SONiC.HostService.gcu --type=method_call --print-reply /org/SONiC/HostService/gcu org.SONiC.HostService.gcu.apply_patch_db string:'[{"op": "add", "path": "/localhost/PORT/Eth0~10~10~10/admin_status", "value": "down"}]' => "Error: Failed to apply patch on the following scopes:"

@levhuan
Copy link

levhuan commented Nov 15, 2024

Per this change GCU apply-patch to support multi-asic, the namespace/asic ID is the prefix in the path in JSON file. Will need to change MixedDbClient.ConvertToJsonPatch() to include the asic namespace in the path.

Is this a known issue? If not, Cisco can work on a PR for this.

@rlhui rlhui transferred this issue from sonic-net/sonic-gnmi Nov 20, 2024
@rlhui
Copy link
Contributor

rlhui commented Nov 20, 2024

Per this change GCU apply-patch to support multi-asic, the namespace/asic ID is the prefix in the path in JSON file. Will need to change MixedDbClient.ConvertToJsonPatch() to include the asic namespace in the path.

Is this a known issue? If not, Cisco can work on a PR for this.

@ganglyu please help answer? thanks.

@ganglyu
Copy link
Contributor

ganglyu commented Nov 20, 2024

We haven't verified this feature with a multi-ASIC device. Your assistance in resolving this issue would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants