[pve-devel] [PATCH] set shared=1 to sheepdog plugin

Dietmar Maurer dietmar at proxmox.com
Mon Jul 16 07:04:04 CEST 2012


committed

> -----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, 13. Juli 2012 15:22
> To: pve-devel at pve.proxmox.com
> Subject: [pve-devel] [PATCH] set shared=1 to sheepdog plugin
> 
> 
> Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
> ---
>  PVE/Storage/Plugin.pm |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/PVE/Storage/Plugin.pm b/PVE/Storage/Plugin.pm index
> 88d98bb..df994d5 100644
> --- a/PVE/Storage/Plugin.pm
> +++ b/PVE/Storage/Plugin.pm
> @@ -300,7 +300,7 @@ sub parse_config {
>  	    $d->{content} = $def->{content}->[1] if !$d->{content};
>  	}
> 
> -	if ($type eq 'iscsi' || $type eq 'nfs' || $type eq 'rbd' ) {
> +	if ($type eq 'iscsi' || $type eq 'nfs' || $type eq 'rbd' || $type eq
> +'sheepdog' ) {
>  	    $d->{shared} = 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