2014-09-19 22:29:35 |
Sukhdev Kapur |
description |
It is desirable to prevent the overlap of the port creation/update operations from the CLI (users) during sync operation.
During sync, Arista ML2 driver performs bulk port operations, interjecting CLI requests for the exact same port may lead to undesirable state. Hence, block the CLI operations for port operation during sync. |
It is desirable to prevent the overlap of the port creation/update operations from the CLI (users) during sync operation.
During sync, Arista ML2 driver performs bulk port operations, injecting CLI requests for the exact same port may lead to undesirable state. Hence, block the CLI operations for port operation during sync. |
|
2014-09-23 22:46:57 |
Sukhdev Kapur |
description |
It is desirable to prevent the overlap of the port creation/update operations from the CLI (users) during sync operation.
During sync, Arista ML2 driver performs bulk port operations, injecting CLI requests for the exact same port may lead to undesirable state. Hence, block the CLI operations for port operation during sync. |
If Arista EOS is not in ready state (i.e. not fully initialized) do not accept any create or update operation. Simply reject the create/update_xxx_precommit operations. |
|