ICPH
Member
Hi, can u please advice me how to enable ploop on CentOS OpenVZ dedi server, if its good idea?
vzctl returns (in /var/log/vzctl*):
uname -r
cat /etc/red*
from /etc/grub.conf
when tried yum install ploop:
yum upgrade,update is all up to date..
My previous openvz server was CentOS 5 too (i guess another version) and ploop worked (im not sure if it was ploop)
Please can i anyhow upgrade kernel or such to support ploop? (without big downtime)
---
Here is how to upgrade to openvz kernel that ploop wants: https://openvz.org/028_to_042_kernel_upgrade But im afraid of that ext4 update, looks quite difficult all
PS:
here is how to get rid of errors creating VMs:
Edit /etc/vz/vz.conf
change:
VE_LAYOUT=ploop
to:
VE_LAYOUT=simfs
vzctl returns (in /var/log/vzctl*):
Code:
No ploop support in the kernel, or kernel is way too old.
Make sure you have OpenVZ kernel 042stab058.7 or later running,and kernel ploop modules loaded.
uname -r
Code:
2.6.18-398.el5.028stab116.1
cat /etc/red*
Code:
CentOS release 5.11 (Final)
from /etc/grub.conf
Code:
title OpenVZ (2.6.18-398.el5.028stab116.1)
root (hd0,0)
kernel /vmlinuz-2.6.18-398.el5.028stab116.1 ro root=/dev/vg/root selinux=0
initrd /initrd-2.6.18-398.el5.028stab116.1.img
when tried yum install ploop:
Code:
ploop-lib-1.12.1-1.x86_64 from openvz-utils has depsolving problems
--> ploop-lib conflicts with ovzkernel
yum upgrade,update is all up to date..
My previous openvz server was CentOS 5 too (i guess another version) and ploop worked (im not sure if it was ploop)
Please can i anyhow upgrade kernel or such to support ploop? (without big downtime)
---
Here is how to upgrade to openvz kernel that ploop wants: https://openvz.org/028_to_042_kernel_upgrade But im afraid of that ext4 update, looks quite difficult all
PS:
here is how to get rid of errors creating VMs:
Edit /etc/vz/vz.conf
change:
VE_LAYOUT=ploop
to:
VE_LAYOUT=simfs
Last edited by a moderator: