The idempotent operations produce the same result for multiple identical requests or operations.
Reissuing an EFA command should leave the system in the same state as the last time the command was run. Such idempotent operations help ensure data consistency during high-availability failovers.
The following EFA fabric and tenant commands or operations are idempotent:
$ efa fabric create --name fabric1 --type non-clos --description non-clos-fabric Create Fabric nonclos [Success] (efa:extreme)extreme@tpvm:~$ efa fabric create --name fabric1 --type non-clos --description non-clos-fabric Create Fabric nonclos [Success]