[pve-devel] [PATCH] add shared option to rbdplugin
Alexandre DERUMIER
aderumier at odiso.com
Wed Jun 6 06:39:09 CEST 2012
Mmm,strange, I had tried live migration, and without the shared property defined,
I had an error message (don't remember the message) when live migrate.
----- Mail original -----
De: "Dietmar Maurer" <dietmar at proxmox.com>
À: "Alexandre Derumier" <aderumier at odiso.com>, pve-devel at pve.proxmox.com
Envoyé: Mercredi 6 Juin 2012 06:36:22
Objet: RE: [pve-devel] [PATCH] add shared option to rbdplugin
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
--
--
Alexandre D erumier
Ingénieur Système
Fixe : 03 20 68 88 90
Fax : 03 20 68 90 81
45 Bvd du Général Leclerc 59100 Roubaix - France
12 rue Marivaux 75002 Paris - France
More information about the pve-devel
mailing list