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

Wolfgang Link w.link at proxmox.com
Wed Aug 26 07:23:51 CEST 2015


Yes you are right my mistake.
I resend it correct.

On 08/26/2015 06:13 AM, Dietmar Maurer wrote:
>
>
> 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',
>
> Really? I thought you want:
>
>    storageContent: 'rootdir',
>
> instead?





More information about the pve-devel mailing list