-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Arista] Update platform drivers (#4056)
Add a new service that run arista daemon. Daemon disable powercycle on SEU at startup time. Daemon will syslog if a SEU error happens.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sonic-platform-modules-arista
updated
9 files
+41 −1 | arista/components/cpld.py | |
+9 −1 | arista/platforms/a7050qx32s.py | |
+7 −1 | arista/platforms/a7060cx32s.py | |
+8 −0 | arista/platforms/a717064c.py | |
+8 −0 | arista/platforms/a7260cx364.py | |
+27 −0 | arista/utils/daemon.py | |
+14 −0 | confs/arista-daemon.service | |
+5 −1 | debian/rules | |
+12 −4 | utils/arista |
Submodule sonic-platform-modules-arista
updated
9 files
+41 −1 | arista/components/cpld.py | |
+9 −1 | arista/platforms/a7050qx32s.py | |
+7 −1 | arista/platforms/a7060cx32s.py | |
+8 −0 | arista/platforms/a717064c.py | |
+8 −0 | arista/platforms/a7260cx364.py | |
+27 −0 | arista/utils/daemon.py | |
+14 −0 | confs/arista-daemon.service | |
+5 −1 | debian/rules | |
+12 −4 | utils/arista |