Discussion:
[PATCH 1/3] Change master code tree version to 1.2.3
Gris Ge
2015-06-24 07:21:53 UTC
Permalink
Signed-off-by: Gris Ge <***@redhat.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 083a154..204d858 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Copyright (C) 2011 Red Hat, Inc.
dnl See COPYING.LIB for the License of this software

AC_INIT(
- [libstoragemgmt], [1.2.2], [libstoragemgmt-***@lists.fedorahosted.org],
+ [libstoragemgmt], [1.2.3], [libstoragemgmt-***@lists.fedorahosted.org],
[], [https://github.com/libstorage/libstoragemgmt/])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR([build-aux])
--
1.8.3.1
Gris Ge
2015-06-24 07:21:54 UTC
Permalink
* Removed the extra comma which stopped the auto completion for
'volume-delete' command.

Signed-off-by: Gris Ge <***@redhat.com>
---
tools/bash_completion/lsmcli | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/bash_completion/lsmcli b/tools/bash_completion/lsmcli
index 3d66c13..deafba3 100644
--- a/tools/bash_completion/lsmcli
+++ b/tools/bash_completion/lsmcli
@@ -67,7 +67,7 @@ function _lsm()
opts_long=" --help --version --uri --prompt --human --terse --enum \
--force --wait --header --script "
opts_cmds="list job-status capabilities plugin-info volume-create \
- volume-delete, volume-resize volume-replicate \
+ volume-delete volume-resize volume-replicate \
volume-replicate-range volume-replicate-range-block-size \
volume-dependants volume-dependants-rm volume-access-group \
volume-mask volume-unmask access-group-create \
--
1.8.3.1
Gris Ge
2015-06-24 07:21:55 UTC
Permalink
* Add these missing completions:
* volume-raid-info
* vrc
* volume-raid-create
* vrcc volume-raid-create-cap

Signed-off-by: Gris Ge <***@redhat.com>
---
tools/bash_completion/lsmcli | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/bash_completion/lsmcli b/tools/bash_completion/lsmcli
index deafba3..1547e30 100644
--- a/tools/bash_completion/lsmcli
+++ b/tools/bash_completion/lsmcli
@@ -76,7 +76,8 @@ function _lsm()
fs-resize fs-export fs-unexport fs-clone fs-snap-create \
fs-snap-delete fs-snap-restore fs-dependants fs-dependants-rm \
file-clone ls lp lv ld la lf lt c p vc vd vr vm vi ve vi ac \
- aa ar ad vri pool-member-info pmi"
+ aa ar ad vri volume-raid-info pool-member-info pmi \
+ vrc volume-raid-create vrcc volume-raid-create-cap"

list_args="--type"
list_type_args="volumes pools fs snapshots exports nfs_client_auth \
--
1.8.3.1
Continue reading on narkive:
Loading...