phyp: add storage management driver

Add the storage management driver to the Power Hypervisor driver.
This is a big but simple patch, it's just a new set of functions.

This patch includes:
 * Storage driver: The set of pool-* and vol-* functions.
 * attach-disk function.
 * Support for IVM on the new functions.

Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Eduardo Otubo 2010-06-24 15:15:43 -06:00 committed by Eric Blake
parent a4a287242e
commit ebc46fea6f
2 changed files with 1624 additions and 15 deletions

File diff suppressed because it is too large Load Diff

View File

@ -30,6 +30,7 @@
# include <config.h>
# include <libssh2.h>
# define MAX_KEY_SIZE (1024*4)
# define LPAR_EXEC_ERR -1
# define SSH_CONN_ERR -2 /* error while trying to connect to remote host */
# define SSH_CMD_ERR -3 /* error while trying to execute the remote cmd */