[pve-devel] [PATCH] add shared option to rbdplugin

Dietmar Maurer dietmar at proxmox.com
Wed Jun 6 06:36:22 CEST 2012


Like NFS, RBD is shared by default. So why do you want an extra property for that?

- Dietmar

> -----Original Message-----
> From: pve-devel-bounces at pve.proxmox.com [mailto:pve-devel-
> bounces at pve.proxmox.com] On Behalf Of Alexandre Derumier
> Sent: Dienstag, 05. Juni 2012 13:39
> To: pve-devel at pve.proxmox.com
> Subject: [pve-devel] [PATCH] add shared option to rbdplugin
> 
> 
> Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
> ---
>  PVE/Storage/RBDPlugin.pm |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm index
> 83c6774..5d1d894 100644
> --- a/PVE/Storage/RBDPlugin.pm
> +++ b/PVE/Storage/RBDPlugin.pm
> @@ -95,7 +95,8 @@ sub options {
>  	monhost => { fixed => 1 },
>          pool => { fixed => 1 },
>  	username => { fixed => 1 },
> -        authsupported => { fixed => 1 },
> +	authsupported => { fixed => 1 },
> +	shared => { optional => 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