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-25 07:52:43 -06:00
committed by Eric Blake
parent a4a287242e
commit ebc46fea6f
2 changed files with 1624 additions and 15 deletions
+1623 -15
View File
File diff suppressed because it is too large Load Diff
+1
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 */