diff mbox series

[ovs-dev,v1] ovsdb.7.rst: some corrections in ovsdb-client usage.

Message ID 20190823223626.66889-1-amginwal@gmail.com
State Accepted
Commit c2bb883c0a9ab87154d57d1d82ebb6d634fd662c
Headers show
Series [ovs-dev,v1] ovsdb.7.rst: some corrections in ovsdb-client usage. | expand

Commit Message

aginwala aginwala Aug. 23, 2019, 10:36 p.m. UTC
From: Aliasgar Ginwala <aginwala@ebay.com>

1. Correct typo where it should be ovsdb-client backup vs ovsdb-tool backup.
2. Update for which case will ovsdb-client not work.

Signed-off-by: Aliasgar Ginwala <aginwala@ebay.com>
---
 Documentation/ref/ovsdb.7.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Han Zhou Aug. 23, 2019, 10:47 p.m. UTC | #1
On Fri, Aug 23, 2019 at 3:36 PM <amginwal@gmail.com> wrote:
>
> From: Aliasgar Ginwala <aginwala@ebay.com>
>
> 1. Correct typo where it should be ovsdb-client backup vs ovsdb-tool
backup.
> 2. Update for which case will ovsdb-client not work.
>
> Signed-off-by: Aliasgar Ginwala <aginwala@ebay.com>
> ---
>  Documentation/ref/ovsdb.7.rst | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/ref/ovsdb.7.rst b/Documentation/ref/ovsdb.7.rst
> index c43fe1709..cd1c63d64 100644
> --- a/Documentation/ref/ovsdb.7.rst
> +++ b/Documentation/ref/ovsdb.7.rst
> @@ -509,8 +509,10 @@ Changing Database Service Model
>  -------------------------------
>
>  Use ``ovsdb-tool create-cluster`` to create a clustered database from the
> -contents of a standalone database.  Use ``ovsdb-tool backup`` to create a
> -standalone database from the contents of a clustered database.
> +contents of a standalone database.  Use ``ovsdb-client backup`` to
create a
> +standalone database from the contents of a running clustered database.
> +When the cluster is down and cannot be revived, ``ovsdb-client backup``
will
> +not work.
>
>  Upgrading or Downgrading a Database
>  -----------------------------------
> --
> 2.20.1 (Apple Git-117)
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Acked-by: Han Zhou <hzhou8@ebay.com>
Ben Pfaff Aug. 25, 2019, 6:33 p.m. UTC | #2
On Fri, Aug 23, 2019 at 03:36:26PM -0700, amginwal@gmail.com wrote:
> From: Aliasgar Ginwala <aginwala@ebay.com>
> 
> 1. Correct typo where it should be ovsdb-client backup vs ovsdb-tool backup.
> 2. Update for which case will ovsdb-client not work.
> 
> Signed-off-by: Aliasgar Ginwala <aginwala@ebay.com>

Thanks, applied to master.
diff mbox series

Patch

diff --git a/Documentation/ref/ovsdb.7.rst b/Documentation/ref/ovsdb.7.rst
index c43fe1709..cd1c63d64 100644
--- a/Documentation/ref/ovsdb.7.rst
+++ b/Documentation/ref/ovsdb.7.rst
@@ -509,8 +509,10 @@  Changing Database Service Model
 -------------------------------
 
 Use ``ovsdb-tool create-cluster`` to create a clustered database from the
-contents of a standalone database.  Use ``ovsdb-tool backup`` to create a
-standalone database from the contents of a clustered database.
+contents of a standalone database.  Use ``ovsdb-client backup`` to create a
+standalone database from the contents of a running clustered database.
+When the cluster is down and cannot be revived, ``ovsdb-client backup`` will
+not work.
 
 Upgrading or Downgrading a Database
 -----------------------------------