physpages (vzcfgvalidate)

RenatoMN

Member
Oct 1, 2008
48
0
6
I just typed "vz" and hit tab, then I saw vzcfgvalidate

#vzcfgvalidate /etc/vz/conf/101.conf
Error: barrier should be = 0 for physpages (currently, 9223372036854775807)

If I run with -i (interactive mode)

#vzcfgvalidate -i /etc/vz/conf/101.conf
Error: barrier should be = 0 for physpages (currently, 9223372036854775807)
set to 0
(y/n) [y]

All VPS return same value, and the suggestion is always 0...

what to do?

Thanks
 
Please use the following command to correct the issue:

vzctl set VMID --physpages "0:9223372036854775807" --save

I will release an corrected template soon.

- Dietmar