Changes

Jump to: navigation, search

Ploop/diskinodes

50 bytes added, 15:03, 10 March 2021
removed translate tags
{{Note|There is no way to change DISKINODES for existing ploop. This is a limitation of ext4.}}
In other words, <code>vzctl set --diskinodes</code> is ignored for ploop layout-- it can only be specified on create.
== Default value ==
has or will have too many small files), you can specify a larger value
for DISKINODES '''during container creation or conversion only'''.
 {{Note|The feature works since vzctl 4.7.}}
{{Note|You can only specify <code>--diskinodes</code> for <code>vzctl create</code> or <code>vzctl convert</code>.}}
vzctl create 123 --diskspace 40G --diskinodes 5242880
 
Here, a filesystem big enough to have 5242880 of diskinodes
vzctl stop ''CTID''
vzctl set ''CTID'' --diskspace ''xxx''G--diskinodes 0 --save
vzctl convert ''CTID''

Navigation menu