commit
97338e10a2
|
|
@ -153,7 +153,11 @@ with much older versions as well.
|
||||||
The various `freenas-api-*` drivers are currently EXPERIMENTAL and can only be
|
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`
|
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
|
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
|
||||||
|
- https://github.com/democratic-csi/democratic-csi/issues/112
|
||||||
|
|
||||||
Ensure the following services are configurged and running:
|
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!
|
A special shout out to the wonderful sponsors of the project!
|
||||||
|
|
||||||
[](http://ixsystems.com/)
|
[](http://ixsystems.com/)
|
||||||
|
|
||||||
# Related
|
# Related
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1629,6 +1629,9 @@ class FreeNASSshDriver extends ControllerZfsSshBaseDriver {
|
||||||
*
|
*
|
||||||
* scstadmin -resync_dev ${iscsiName}
|
* scstadmin -resync_dev ${iscsiName}
|
||||||
* works but always give a exit code of 1 ^
|
* 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", [
|
command = sshClient.buildCommand("sh", [
|
||||||
"-c",
|
"-c",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue