Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove debug print | Jan Safranek | 2014-04-25 | 1 | -3/+1 |
| | |||||
* | Added operation result logs. | Jan Safranek | 2014-04-25 | 5 | -7/+46 |
| | | | | These will be visible with 'lmi -v'. | ||||
* | doc: regenerated cli html documenation | Michal Minar | 2014-04-24 | 1 | -4/+7 |
| | |||||
* | doc: created common makefile for documentation | Michal Minar | 2014-04-24 | 1 | -158/+1 |
| | | | | | Makefiles for documentation contained redundant code. Created one generic Makefile which is included by all the others. | ||||
* | doc: use openlmitheme | Michal Minar | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | require openlmi-tools instead of openlmi-scripts | Michal Minar | 2014-04-24 | 1 | -1/+1 |
| | | | | | Subcommands now should depend only on openlmi-tools that contain both LMIShell and LMI Meta-command. | ||||
* | Fixed 'lmi storage mount delete <target>' | Jan Safranek | 2014-04-08 | 1 | -0/+9 |
| | |||||
* | Fixed 'lmi mount create' command. | Jan Safranek | 2014-04-07 | 1 | -8/+0 |
| | | | | It does _not_ accept list of devices. | ||||
* | Merge pull request #76 from jsafrane/devel/mount-spec | Michal Minar | 2014-03-18 | 1 | -18/+34 |
|\ | | | | | Allow 'lmi storage mount list|show|delete <directory>'. | ||||
| * | Allow 'lmi storage mount list|show|delete <directory>'. | Jan Safranek | 2014-03-17 | 1 | -18/+34 |
| | | | | | | | | | | This resolves tickets #296 and #281. | ||||
* | | unified script versions | Michal Minar | 2014-03-17 | 3 | -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 version | Michal Minar | 2014-03-11 | 1 | -2/+2 |
| | |||||
* | bumped storage scripts version | Michal Minar | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Fixed MD RAID tests, sometimes there is no 'hostname:' in RAID ↵ | Jan Safranek | 2014-03-10 | 1 | -2/+2 |
| | | | | /dev/disk/by-id/ symlink. | ||||
* | storage: correctly report mounting errors | Jan Synacek | 2014-03-07 | 1 | -3/+2 |
| | |||||
* | storage: list thinly provisioned devices in provides/depends | Jan Synacek | 2014-03-07 | 1 | -0/+18 |
| | |||||
* | storage: list thinly provisioned devices in storage tree | Jan Synacek | 2014-03-07 | 2 | -4/+15 |
| | |||||
* | storage: dirty checks for thin provisioning support | Jan Synacek | 2014-02-26 | 1 | -2/+11 |
| | | | | Resolves trac tickets 276 and 277 | ||||
* | Merge pull request #65 from jsynacek/devel | Michal Minar | 2014-02-26 | 1 | -1/+3 |
|\ | | | | | tests: minor fixes | ||||
| * | tests: provide default username and password for cimom authentication | Jan Synacek | 2014-02-26 | 1 | -0/+2 |
| | | | | | | | | | | Otherwise shell breaks, for example when the password is provided but the username is not. | ||||
| * | tests: quote host url | Jan Synacek | 2014-02-26 | 1 | -1/+1 |
| | | | | | | | | | | Don't let the shell interpret special characters in passwords, usernames or hostnames. | ||||
* | | Merge pull request #63 from jsynacek/devel | Michal Minar | 2014-02-25 | 1 | -1/+1 |
|\| | | | | | storage: fix mount list | ||||
| * | storage: fix mount list | Jan Synacek | 2014-02-25 | 1 | -1/+1 |
| | | |||||
* | | documentation updates | Michal Minar | 2014-02-24 | 2 | -8/+130 |
| | | | | | | | | | | Added few Makefiles and setup configs. Just to make distribution to PyPI easy. | ||||
* | | tuned requirements for several scripts | Michal Minar | 2014-02-24 | 1 | -1/+1 |
| | | | | | | | | | | Networking, software, hardware and storage depend on recent changed in openlmi-scripts. | ||||
* | | Merge pull request #61 from jsafrane/devel/fix-typo | Michal Minar | 2014-02-24 | 1 | -3/+3 |
|\ \ | | | | | | | Fixed typo in 'lmi storage raid'. | ||||
| * | | Fixed typo in 'lmi storage raid'. | Jan Safranek | 2014-02-24 | 1 | -3/+3 |
| |/ | |||||
* / | storage: fixed installation | Michal Minar | 2014-02-24 | 1 | -1/+6 |
|/ | | | | | New cmd subpackage was missing in setup script making the command unusable. | ||||
* | don't distinguish between options and other options | Jan Synacek | 2014-02-21 | 2 | -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-doc | Michal Minar | 2014-02-21 | 8 | -180/+475 |
|\ | | | | | Storage + account doc updates v2 | ||||
| * | Update script documentation with 'storage' multiplexer. | Jan Safranek | 2014-02-19 | 6 | -180/+467 |
| | | |||||
| * | Add LUKS documentation. | Jan Safranek | 2014-02-19 | 2 | -0/+8 |
| | | |||||
* | | add thin provisioning scripts | Jan Synacek | 2014-02-20 | 6 | -1/+385 |
| | | |||||
* | | Merge pull request #52 from jsafrane/devel/storage-test-run | Michal Minar | 2014-02-20 | 2 | -0/+73 |
|\ \ | | | | | | | Add README and test runner for storage tests. | ||||
| * | | Add README and test runner for storage tests. | Jan Safranek | 2014-02-19 | 2 | -0/+73 |
| | | | |||||
* | | | Merge pull request #51 from jsafrane/devel/luks | Michal Minar | 2014-02-20 | 4 | -0/+510 |
|\ \ \ | |/ / |/| / | |/ | Add LUKS scripts. | ||||
| * | Add LUKS scripts. | Jan Safranek | 2014-02-18 | 4 | -0/+510 |
| | | |||||
* | | Commands for VGs and LVs should not work for thin versions. | Jan Synacek | 2014-02-18 | 1 | -1/+5 |
|/ | |||||
* | Do not show DeviceID in lists. | Jan Safranek | 2014-02-17 | 13 | -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 Safranek | 2014-02-17 | 17 | -239/+340 |
| | | | All storage commands are now under 'lmi storage'. | ||||
* | turned logging messages into sentences | Michal Minar | 2014-02-13 | 2 | -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 Safranek | 2014-02-10 | 1 | -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 Safranek | 2014-02-10 | 1 | -8/+0 |
| | |||||
* | Updated copyright year | Peter Schiffer | 2014-01-29 | 27 | -27/+27 |
| | |||||
* | Fixed RAID tests. | Jan Safranek | 2014-01-21 | 1 | -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 Safranek | 2014-01-21 | 1 | -2/+4 |
| | |||||
* | Add [device] option to 'lmi mount show' and 'list'. | Jan Safranek | 2014-01-21 | 1 | -8/+61 |
| | |||||
* | Show file system names in lower case. | Jan Safranek | 2014-01-21 | 2 | -2/+3 |
| | |||||
* | Add option descriptions to storage commands. | Jan Safranek | 2014-01-21 | 6 | -4/+121 |
| | | | | | All commands should have description of all arguments in its help, nobody seems to read documentation. | ||||
* | Unify storage command descriptions. | Jan Safranek | 2014-01-21 | 2 | -2/+2 |
| |