[pve-devel] [PATCH] qm : add resize
    Dietmar Maurer 
    dietmar at proxmox.com
       
    Wed Aug  8 16:31:00 CEST 2012
    
    
  
> Subject: Re: [pve-devel] [PATCH] qm : add resize
> 
> works fine but
> 
> qm resize <vmid> -ide1 +10(G|M|K) don't work Unknown option: ide1
> 400 unable to parse option
wrong syntax.
 
> but
> qm resize <vmid> ide1 +10(G|M|K)
> 
> works fine, add 10G more space
yes, that is correct syntax.
Would you prefer the other syntax?
 
> also
> qm resize <vmid> ide1 10(G|M|K), resize to target size of 10G. (don't know if
> it's what's you want)
Yes, that is what I want. I tried to use the same logic as lvextend.
- Dietmar
    
    
More information about the pve-devel
mailing list