mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 07:05:28 +00:00
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:
parent
a4a287242e
commit
ebc46fea6f
File diff suppressed because it is too large
Load Diff
@ -30,6 +30,7 @@
|
|||||||
# include <config.h>
|
# include <config.h>
|
||||||
# include <libssh2.h>
|
# include <libssh2.h>
|
||||||
|
|
||||||
|
# define MAX_KEY_SIZE (1024*4)
|
||||||
# define LPAR_EXEC_ERR -1
|
# define LPAR_EXEC_ERR -1
|
||||||
# define SSH_CONN_ERR -2 /* error while trying to connect to remote host */
|
# 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 */
|
# define SSH_CMD_ERR -3 /* error while trying to execute the remote cmd */
|
||||||
|
Loading…
Reference in New Issue
Block a user