summaryrefslogtreecommitdiffstats
path: root/commands/storage
Commit message (Collapse)AuthorAgeFilesLines
* Fixed 'lmi storage mount delete <target>'Jan Safranek2014-04-081-0/+9
|
* Fixed 'lmi mount create' command.Jan Safranek2014-04-071-8/+0
| | | | It does _not_ accept list of devices.
* Merge pull request #76 from jsafrane/devel/mount-specMichal Minar2014-03-181-18/+34
|\ | | | | Allow 'lmi storage mount list|show|delete <directory>'.
| * Allow 'lmi storage mount list|show|delete <directory>'.Jan Safranek2014-03-171-18/+34
| | | | | | | | | | This resolves tickets #296 and #281.
* | unified script versionsMichal Minar2014-03-173-26/+5
|/ | | | | | | All scripts have the same version which is set in single file (VERSION). All setup.py and conf.py scripts containing these version numbers were renamed to *.skel. These skeletons are then read by makefiles and proper *.py scripts are generated out of them.
* storage: bumped doc versionMichal Minar2014-03-111-2/+2
|
* bumped storage scripts versionMichal Minar2014-03-111-1/+1
|
* Fixed MD RAID tests, sometimes there is no 'hostname:' in RAID ↵Jan Safranek2014-03-101-2/+2
| | | | /dev/disk/by-id/ symlink.
* storage: correctly report mounting errorsJan Synacek2014-03-071-3/+2
|
* storage: list thinly provisioned devices in provides/dependsJan Synacek2014-03-071-0/+18
|
* storage: list thinly provisioned devices in storage treeJan Synacek2014-03-072-4/+15
|
* storage: dirty checks for thin provisioning supportJan Synacek2014-02-261-2/+11
| | | | Resolves trac tickets 276 and 277
* Merge pull request #65 from jsynacek/develMichal Minar2014-02-261-1/+3
|\ | | | | tests: minor fixes
| * tests: provide default username and password for cimom authenticationJan Synacek2014-02-261-0/+2
| | | | | | | | | | Otherwise shell breaks, for example when the password is provided but the username is not.
| * tests: quote host urlJan Synacek2014-02-261-1/+1
| | | | | | | | | | Don't let the shell interpret special characters in passwords, usernames or hostnames.
* | Merge pull request #63 from jsynacek/develMichal Minar2014-02-251-1/+1
|\| | | | | storage: fix mount list
| * storage: fix mount listJan Synacek2014-02-251-1/+1
| |
* | documentation updatesMichal Minar2014-02-242-8/+130
| | | | | | | | | | Added few Makefiles and setup configs. Just to make distribution to PyPI easy.
* | tuned requirements for several scriptsMichal Minar2014-02-241-1/+1
| | | | | | | | | | Networking, software, hardware and storage depend on recent changed in openlmi-scripts.
* | Merge pull request #61 from jsafrane/devel/fix-typoMichal Minar2014-02-241-3/+3
|\ \ | | | | | | Fixed typo in 'lmi storage raid'.
| * | Fixed typo in 'lmi storage raid'.Jan Safranek2014-02-241-3/+3
| |/
* / storage: fixed installationMichal Minar2014-02-241-1/+6
|/ | | | | New cmd subpackage was missing in setup script making the command unusable.
* don't distinguish between options and other optionsJan Synacek2014-02-212-46/+24
| | | | | | | In the CIM model, these two are separated, as options are represented by properties, and other options (file dependent) are specified in a special property. The script should make using all options transparent and not consider them two separate inputs.
* Merge pull request #57 from jsafrane/devel/storage-docMichal Minar2014-02-218-180/+475
|\ | | | | Storage + account doc updates v2
| * Update script documentation with 'storage' multiplexer.Jan Safranek2014-02-196-180/+467
| |
| * Add LUKS documentation.Jan Safranek2014-02-192-0/+8
| |
* | add thin provisioning scriptsJan Synacek2014-02-206-1/+385
| |
* | Merge pull request #52 from jsafrane/devel/storage-test-runMichal Minar2014-02-202-0/+73
|\ \ | | | | | | Add README and test runner for storage tests.
| * | Add README and test runner for storage tests.Jan Safranek2014-02-192-0/+73
| | |
* | | Merge pull request #51 from jsafrane/devel/luksMichal Minar2014-02-204-0/+510
|\ \ \ | |/ / |/| / | |/ Add LUKS scripts.
| * Add LUKS scripts.Jan Safranek2014-02-184-0/+510
| |
* | Commands for VGs and LVs should not work for thin versions.Jan Synacek2014-02-181-1/+5
|/
* Do not show DeviceID in lists.Jan Safranek2014-02-1713-84/+45
| | | | | | | | DeviceID is internal OpenLMI ID to identify block devices. It's quite long and most admins will use '/dev/sda' (or just 'sda') anyway, so let's remove it from all 'list' commands output. 'show' command will show it, if anybody is interested.
* Introduce 'lmi storage' multiplexer.Jan Safranek2014-02-1717-239/+340
| | | All storage commands are now under 'lmi storage'.
* turned logging messages into sentencesMichal Minar2014-02-132-6/+6
| | | | | Which means that all messages have first letter uppercased and are terminated with a dot.
* Added heuristics to translate device names to full device paths.Jan Safranek2014-02-101-3/+23
| | | | | 'mount create <device>' should follow the same rules as other storage commands - <device> can be DeviceID or various /dev/disk/by-id, /dev/disk/by-uuid paths.
* Fixed 'lmi mount delete', there is no '<device>' argument.Jan Safranek2014-02-101-8/+0
|
* Updated copyright yearPeter Schiffer2014-01-2927-27/+27
|
* Fixed RAID tests.Jan Safranek2014-01-211-2/+2
| | | | | - the RAID might be rebuilding when we query its status - the RAID should not exists when we remove it
* Show better error message when mount fails.Jan Safranek2014-01-211-2/+4
|
* Add [device] option to 'lmi mount show' and 'list'.Jan Safranek2014-01-211-8/+61
|
* Show file system names in lower case.Jan Safranek2014-01-212-2/+3
|
* Add option descriptions to storage commands.Jan Safranek2014-01-216-4/+121
| | | | | All commands should have description of all arguments in its help, nobody seems to read documentation.
* Unify storage command descriptions.Jan Safranek2014-01-212-2/+2
|
* Remove debug print.Jan Safranek2014-01-211-1/+0
|
* Add partition table type to 'lmi partition-table list'.Jan Safranek2014-01-211-2/+13
|
* Fixed get_largest_partition_size() showing WARNING message.Jan Safranek2014-01-171-0/+5
| | | | | | | | | Do not show warning for NotEnoughFreeSpace return code, it's not any error condition, the disk is just full. Resolves: ticket #218
* fixed version of storage documentationMichal Minar2014-01-151-2/+2
|
* updated changelog, bumped versionMichal Minar2014-01-131-1/+1
| | | | | | | | | This is a last release of lmi meta-command hosted on github. It will move into openlmi-tools repository hosted on fedorahosted. Bumped version of storage library to 0.0.3 Updated spec.
* Add tests for 'lmi storage' and 'lmi mount'.Jan Safranek2013-11-193-1/+356
| | | Also fix discovered errors.