From 53f9bd6d888b88aa15ddb2b9ea67a9fcae940749 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sun, 19 Jun 2022 17:10:50 +0200 Subject: [PATCH] docs: update CLI usage to --mode raw & remove outdated "Limitations" section fixes https://github.com/zrepl/zrepl/issues/609 --- docs/configuration/overview.rst | 9 --------- docs/usage.rst | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/configuration/overview.rst b/docs/configuration/overview.rst index 8d3c050..98ac15b 100644 --- a/docs/configuration/overview.rst +++ b/docs/configuration/overview.rst @@ -233,15 +233,6 @@ The ``zrepl zfs-abstraction list`` command provides a listing of all bookmarks a More details can be found in the design document :repomasterlink:`replication/design.md`. -Limitations -^^^^^^^^^^^ - -.. ATTENTION:: - - Currently, zrepl does not replicate filesystem properties. - When receiving a filesystem, it is never mounted (`-u` flag) and `mountpoint=none` is set. - This is temporary and being worked on :issue:`24`. - Caveats With Complex Setups (More Than 2 Jobs or Machines) ---------------------------------------------------------- diff --git a/docs/usage.rst b/docs/usage.rst index cda118e..6867ba2 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -26,7 +26,7 @@ CLI Overview * - ``zrepl daemon`` - run the daemon, required for all zrepl functionality * - ``zrepl status`` - - show job activity, or with ``--raw`` for JSON output + - show job activity, or with ``--mode raw`` for JSON output * - ``zrepl stdinserver`` - see :ref:`transport-ssh+stdinserver` * - ``zrepl signal wakeup JOB``