Displaying 1 result from an estimated 1 matches for "diskinod".
Did you mean:
  diskinfo
  
2011 Mar 07
1
diskspace and diskinodes tag for openvz
Hi!
as far as I understood from "xml format for openvz driver" thread 
available at [1] it should be possible to specify via libvirt disk size 
and disk inodes for openvz VM.But the following device section in VM xml 
description doesn't set disksize and diskinodes properly (it looks like 
those parameters are taken from default OpenVZ config and not as they 
are specified in libvirt tags):
   <devices>
     <filesystem type='template'>
       <source name='centos-5-x86'/>
       <target dir='/'/>
       <q...