summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* targetcli: Change copyright to Apache License 2.02.1upstreamNicholas Bellinger2013-07-041-13/+11
| | | | | | | | | This patch converts rtslib code copyright from AGPL to the permissive Apache License 2.0. It also update copyright owner to Datera, Inc. Signed-off-by: Nicholas Bellinger <nab@risingtidesystems.com>
* Changed default auto_cd_after_create to FalseJerome Martin2012-05-081-1/+1
| | | | * Do not enter a new object context right after creating it by default.
* Made startup message less verbose, display versionJerome Martin2012-05-081-9/+7
| | | | | * Now displaying targetcli / rtslib version on startup * Retained only copyright notice.
* Changed name to targetcli at community request.Jerome Martin2011-09-201-7/+7
|
* Converted to refactored ConfigShell/Node layout.Jerome Martin2011-07-181-6/+9
| | | | | | | * Now using console, log, prefs through shell. * Root node binds to shell, not the other way. * Replaced del_child() calls by remove_child() * Replaced a children loop scan by ConfigNode get_child() method.
* Added auto_cd_after_create global.Jerome Martin2011-06-011-0/+1
| | | | | * Automatically cd's to newly created object after a 'create' command if true. * Added autosave (always) of last created node's path under @last bookmark.
* Switched to 1:1 hba:storage view.Jerome Martin2011-05-311-1/+2
| | | | | | | | | * Added 'legacy_hba_view' global boolean to select legacy view if needed. * Added root refresh when setting a global parameter. * All backstore plugins now part of the backstores/ tree * Only one storage object by backstore. * We now hide indiviual backstores. As they are mapped 1:1 with storage objects, both levels are collapsed.
* Global 'auto_add_mapped_luns' now defaults to true.Jerome Martin2011-05-261-1/+2
|
* Cleanly abort startup if RTSLibError happens.Jerome Martin2011-05-141-2/+7
|
* Disable privileged commands if user is not root.Jerome Martin2011-05-111-2/+10
|
* initial rtsadmin commit1.99Nicholas Bellinger2011-05-041-0/+61
Signed-off-by: Nicholas Bellinger <nab@risingtidesystems.com>