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``