summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added auto_add_mapped_luns global.Jerome Martin2011-05-262-2/+54
| | | | | | | | * Also added add_mapped_luns parameter to both 'luns/ create' and 'acls/ create', both boolean and defaulting to auto_add_mapped_luns. * When true, that parameter automatically add mapped LUNs, either for all existing TPG LUNs (acls/ create) or to all existing ACLs (luns/ create).
* Added sed* inplace tmp files to clean target.Jerome Martin2011-05-181-1/+1
|
* Added 'auth' attributes set/get to node ACLs.Jerome Martin2011-05-171-0/+46
| | | | * Allows setting/getting auth passwd/userid/mutual_passwd/mutual_userid.
* For RPM build, include docs and proper version.Jerome Martin2011-05-158-10/+38
|
* RPM: Fixed 'Group:' tag to Applications/System.Jerome Martin2011-05-141-1/+1
|
* Build process cleanup, added rpm/deb targets.Jerome Martin2011-05-146-56/+103
| | | | | | | | | * Now builds rpm and deb separately, intended to be used on debian and redhat systems respectively. No more deb -> rpm conversion using alien. * Integrated bin/clean into Makefile * Now make clean does not remove packages, added cleanall target for that. * Added .gitignore file. * Added python-rtslib to rtsadmin control
* Cleanly abort startup if RTSLibError happens.Jerome Martin2011-05-141-2/+7
|
* Fixed typo in UIIBlockBackstore creation.Jerome Martin2011-05-141-1/+1
| | | | * Was using the wrong method name for prm_gen_wwn.
* Now correctly create multi TPG target objects.Jerome Martin2011-05-141-1/+4
| | | | | * Was always creating no-TPG target before, needing refresh to actually display multi-TPG targets correctly.
* Cleaned up trailing whitespaces from *.pyJerome Martin2011-05-132-8/+8
|
* Cleaned up storage object creation bool params.Jerome Martin2011-05-131-39/+39
| | | | | | | | | * Renamed 'wwn' parameter to 'generate_wwn' * Both 'generate_wwn' and 'buffered' paramters are now using ui_type_bool. * Converted to use new configshell ui_eval_param() helper. * Fixed typo that lead to ignoring those parameters default value (True) and made it False, thus not generating vpd_serial_unit wwn by default (reported by Nic).
* Global 'auto_enable_tpg' type is now bool.Jerome Martin2011-05-131-2/+2
| | | | | * Reflects configshell-side conversion of ui_type_onoff to ui_type_bool, using true|false instead of on|off values.
* Disable privileged commands if user is not root.Jerome Martin2011-05-115-5/+49
|
* Fixed acls refresh issue upon LUN deletion.Jerome Martin2011-05-111-1/+2
| | | | | * When deleting a LUN, we must refresh the whole TPG UI so that potentially deleted acls mapped LUNs get accounted for too.
* Fixed typo in README.Jerome Martin2011-05-101-1/+1
|
* Added public repo URL to README.Jerome Martin2011-05-101-0/+3
|
* initial rtsadmin commit1.99Nicholas Bellinger2011-05-0432-0/+3583
Signed-off-by: Nicholas Bellinger <nab@risingtidesystems.com>