[pve-devel] [PATCH] Add possibillity to distinguish container and vm on RBD Storage.

Dietmar Maurer dietmar at proxmox.com
Wed Aug 26 15:34:32 CEST 2015


applied

On 08/25/2015 09:47 AM, Wolfgang Link wrote:
> this is necessary because we use image files for both.
> ---
>   www/manager/lxc/CreateWizard.js |  2 +-
>   www/manager/storage/RBDEdit.js  | 14 ++++++++++++++
>   2 files changed, 15 insertions(+), 1 deletion(-)
>
> diff --git a/www/manager/lxc/CreateWizard.js b/www/manager/lxc/CreateWizard.js
> index 77df991..9c544ac 100644
> --- a/www/manager/lxc/CreateWizard.js
> +++ b/www/manager/lxc/CreateWizard.js
> @@ -18,7 +18,7 @@ Ext.define('PVE.lxc.CreateWizard', {
>   	var storagesel = Ext.create('PVE.form.StorageSelector', {
>   	    name: 'storage',
>   	    fieldLabel: gettext('Storage'),
> -	    storageContent: 'images,rootdir',
> +	    storageContent: 'images',
but changed that to:

storageContent: 'rootdir',






More information about the pve-devel mailing list