[Kimchi-devel] [PATCH] Add the iSCSI dependency packages to README

Mark Wu wudxw at linux.vnet.ibm.com
Mon Jan 20 05:28:39 UTC 2014


On 01/18/2014 01:30 AM, Crístian Viana wrote:
> The README file contains instructions to build Kimchi from the source
> tree, including the exact commands (e.g. yum, apt-get, zypper) to install the
> dependencies on the main Linux distros. But none of those commands contain the
> iSCSI package which is needed to validate some types of storage pool devices.
>
> Add the iSCSI package ("iscsi-initiator-utils" or "open-iscsi", depending on the
> distro) to the install commands in the README file.
>
> Signed-off-by: Crístian Viana <vianac at linux.vnet.ibm.com>
> ---
>   docs/README.md | 8 +++++---
>   1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/docs/README.md b/docs/README.md
> index 1ccea01..d80486b 100644
> --- a/docs/README.md
> +++ b/docs/README.md
> @@ -37,7 +37,8 @@ Install Dependencies
>                           libvirt libxml2-python python-imaging \
>                           PyPAM m2crypto python-jsonschema rpm-build \
>                           qemu-kvm python-psutil python-ethtool sos \
> -                        python-ipaddr python-lxml nfs-utils
> +                        python-ipaddr python-lxml nfs-utils \
> +                        iscsi-initiator-utils
>        # If using RHEL6, install the following additional packages:
>        $ sudo yum install python-unittest2 python-ordereddict
>        # Restart libvirt to allow configuration changes to take effect
> @@ -58,7 +59,8 @@ for more information on how to configure your system to access this repository.
>                              libvirt-bin python-libxml2 python-imaging \
>                              python-pam python-m2crypto python-jsonschema \
>                              qemu-kvm libtool python-psutil python-ethtool \
> -                           sosreport python-ipaddr python-lxml nfs-common
> +                           sosreport python-ipaddr python-lxml nfs-common \
> +                           open-iscsi
>   
>       Packages version requirement:
>           python-jsonschema >= 1.3.0
> @@ -71,7 +73,7 @@ for more information on how to configure your system to access this repository.
>                             libvirt python-libxml2 python-imaging \
>                             python-pam python-M2Crypto python-jsonschema \
>                             rpm-build kvm python-psutil python-ethtool \
> -                          python-ipaddr python-lxml nfs-client
> +                          python-ipaddr python-lxml nfs-client open-iscsi
>   
>       Packages version requirement:
>           python-psutil >= 0.6.0
Reviewed-by: Mark Wu<wudxw at linux.vnet.ibm.com>




More information about the Kimchi-devel mailing list