[pve-devel] [PATCH 1/4] rbd: add nodes and disable options

Dietmar Maurer dietmar at proxmox.com
Mon Aug 20 13:12:35 CEST 2012


applied, thanks.

Do we really need 'pool' or can we make that optional?

> -----Original Message-----
> From: pve-devel-bounces at pve.proxmox.com [mailto:pve-devel-
> bounces at pve.proxmox.com] On Behalf Of Alexandre Derumier
> Sent: Freitag, 17. August 2012 15:17
> To: pve-devel at pve.proxmox.com
> Subject: [pve-devel] [PATCH 1/4] rbd: add nodes and disable options
> 
> 
> Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
> ---
>  PVE/Storage/RBDPlugin.pm |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm index
> 2b36cc9..1699dbc 100644
> --- a/PVE/Storage/RBDPlugin.pm
> +++ b/PVE/Storage/RBDPlugin.pm
> @@ -110,10 +110,12 @@ sub properties {
> 
>  sub options {
>      return {
> +	nodes => { optional => 1 },
> +	disable => { optional => 1 },
>  	monhost => { fixed => 1 },
> -        pool => { fixed => 1 },
> +	pool => { fixed => 1 },
>  	username => { fixed => 1 },
> -        authsupported => { fixed => 1 },
> +	authsupported => { fixed => 1 },
>  	content => { optional => 1 },
>      };
>  }
> --
> 1.7.2.5
> 
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel





More information about the pve-devel mailing list