From a89846d4e5ad9153d51d41fe804ddf98b8168b9d Mon Sep 17 00:00:00 2001 From: Travis Glenn Hansen Date: Sat, 4 Sep 2021 10:31:33 -0600 Subject: [PATCH] document known issues for freenas-api-* drivers, update logo link Signed-off-by: Travis Glenn Hansen --- README.md | 8 ++++++-- src/driver/freenas/ssh.js | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd8f3bb..18d991b 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,11 @@ with much older versions as well. The various `freenas-api-*` drivers are currently EXPERIMENTAL and can only be used with SCALE 21.08+. Fundamentally these drivers remove the need for `ssh` connections and do all operations entirely with the TrueNAS api. With that in -mind, any ssh/shell/etc requirements below can be safely ignored. +mind, any ssh/shell/etc requirements below can be safely ignored. Also note the +following known issues: + +- https://jira.ixsystems.com/browse/NAS-111870 +- #112 Ensure the following services are configurged and running: @@ -337,7 +341,7 @@ to your needs to start migrating! A special shout out to the wonderful sponsors of the project! -[![ixSystems](https://www.ixsystems.com/wp-content/uploads/sites/13/2015/08/ix_logo_200x47.png "ixSystems")](http://ixsystems.com/) +[![ixSystems](https://www.ixsystems.com/wp-content/uploads/2021/06/ix_logo_200x47.png "ixSystems")](http://ixsystems.com/) # Related diff --git a/src/driver/freenas/ssh.js b/src/driver/freenas/ssh.js index c88c101..d0e488a 100644 --- a/src/driver/freenas/ssh.js +++ b/src/driver/freenas/ssh.js @@ -1629,6 +1629,9 @@ class FreeNASSshDriver extends ControllerZfsSshBaseDriver { * * scstadmin -resync_dev ${iscsiName} * works but always give a exit code of 1 ^ + * + * midclt resync_lun_size_for_zvol tank/foo/bar + * works on SCALE only ^ */ command = sshClient.buildCommand("sh", [ "-c",