X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-cluster-admin-api%2Fsrc%2Fmain%2Fyang%2Fcluster-admin.yang;h=260623f487f115e904fdccf3ba6d6c4414d5fad1;hp=109845c86f6420b03ca1040487391d979f4053b8;hb=6ef0b898f2117a4bb3a510c0df7af340f4fc8eca;hpb=d2c2643ec42e1bf3d23b47d2407cceed9a40ba6a diff --git a/opendaylight/md-sal/sal-cluster-admin-api/src/main/yang/cluster-admin.yang b/opendaylight/md-sal/sal-cluster-admin-api/src/main/yang/cluster-admin.yang index 109845c86f..260623f487 100644 --- a/opendaylight/md-sal/sal-cluster-admin-api/src/main/yang/cluster-admin.yang +++ b/opendaylight/md-sal/sal-cluster-admin-api/src/main/yang/cluster-admin.yang @@ -232,6 +232,15 @@ module cluster-admin { type string; description "The path and name of the file in which to store the backup."; } + + leaf timeout { + type uint32 { + range 1..max; + } + units "seconds"; + description "Optional timeout in seconds for the backup operation which will override all the different + timeouts that are being hit on the backend."; + } } description "Creates a backup file of the datastore state";