Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
JunhongMao committed May 21, 2024
1 parent 259080c commit 737b554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/chassis_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def fabric_module_set_admin_status(db, chassis_module_name, state):
is_active = subprocess.call(["systemctl", "is-active", "--quiet", "swss@{}.service".format(asic)])

if is_active == 0: # zero active, non-zero, inactive
click.echo("stop swss@{} and peer services failed".format(asic))
click.echo("Stop swss@{} and peer services failed".format(asic))
return

click.echo("Delete related CAHSSIS_FABRIC_ASIC_TABLE entries")
Expand Down

0 comments on commit 737b554

Please sign in to comment.