[fast-reboot] Remove supervisorctl path to fit latest version of PTF#264
Merged
stcheng merged 1 commit intosonic-net:masterfrom Sep 8, 2017
okanchou9:master
Merged
[fast-reboot] Remove supervisorctl path to fit latest version of PTF#264stcheng merged 1 commit intosonic-net:masterfrom okanchou9:master
stcheng merged 1 commit intosonic-net:masterfrom
okanchou9:master
Conversation
|
@okanchou9, |
stcheng
approved these changes
Sep 8, 2017
Contributor
|
thanks |
auspham
pushed a commit
to auspham/sonic-mgmt
that referenced
this pull request
May 30, 2025
… in the same namespace (sonic-net#264) If we have a T2 topology with ports in the same namespace connecting to both upstream and downstream ports we'll end up excluding them from the ACL. E.G. ``` > show acl table Name Type Binding Description Stage Status ---------------------- --------- --------------- ---------------------- ------- -------- DATA_INGRESS_IPV4_TEST L3 Ethernet32 DATA_INGRESS_IPV4_TEST ingress Active PortChannel2001 PortChannel2003 PortChannel2004 ``` But we can see it excluded Ethernet248 (which is connected to a downstream port): ``` Interface Lanes Speed MTU FEC Alias Vlan Oper Admin ----------- ------------------------------- ------- ----- ----- ------------ --------------- ------ ------- Ethernet16 48,49,50,51,52,53,54,55 800G 9100 rs Ethernet3/1 PortChannel2001 up up Ethernet32 120,121,122,123,124,125,126,127 800G 9100 rs Ethernet5/1 routed up up Ethernet48 104,105,106,107,108,109,110,111 800G 9100 rs Ethernet7/1 PortChannel2003 up up Ethernet160 248,249,250,251,252,253,254,255 800G 9100 rs Ethernet21/1 PortChannel2004 up up Ethernet184 224,225,226,227,228,229,230,231 800G 9100 rs Ethernet24/1 PortChannel2004 up up Ethernet248 128,129,130,131,132,133,134,135 800G 9100 rs Ethernet32/1 routed up up ``` ### Back port request - [ ] 202012 - [ ] 202205 - [ ] 202305 - [ ] 202311 - [ ] 202405 - [ ] 202411 - [x] 202503
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
The following commits are pushed 1f112b8 (HEAD -> 202205, origin/202205) [sonic-ycabled] fix grpc logic for timeout,cli HWSTATUS value retrival logic for active-active cable (sonic-net#264) Signed-off-by: vaibhav-dahiya [email protected]
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…on (sonic-net#3443) Submodule src/sonic-platform-common ac7fde6..58f9672: > [sfp_base] Raise exceptions (previously was incorrectly returning them) (sonic-net#61) Submodule src/sonic-swss 660530e..2974844: > Fix MIRROR_SESSION table macro name (sonic-net#802) > Don't try to remove a vxlan tunnel if it has associated tunnel maps (sonic-net#1052) Submodule src/sonic-swss-common d6140fa..d7b1f53: > Fix MIRROR_SESSION table macro name (sonic-net#264) Signed-off-by: Ying Xie <[email protected]>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
``` 23fc702 [201911][patch] mlxsw: i2c: Prevent transaction execution for special chip st (sonic-net#278) e4f44e4 [201911] Increase log buf len size to 1M (sonic-net#265) ef6abe3 [201911] Apply kernel patches to fix emmc unreliability (sonic-net#264) 7458347 [201911] Increase log buf len size to 1M 4edf1b4 [201911] Apply kernel patches to fix emmc unreliability ``` Signed-off-by: Stepan Blyschak <[email protected]> Why I did it I updated sonic-linux-kernel to pick a fix for a bug happening during ISSU that caused CPU stall. How I did it Updated submodule How to verify it Build and run warm reboot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
Would like to modify the path of supervisorctl in fast-reboot.yml because the path of /usr/bin/supervisorctl is no longer exist.
Please let me know if any, thanks.
Regards,
Kenie Liu