EXT4 Warning: the 2.6.27 OpenVZ kernel does not have support for ext4 compiled in; your life will be easier if you install Fedora 11 onto an ext3 partition rather than the default ext4.
update April 2010: OpenVZ developers have backported the ext4 driver for 2.6.27 and released 2.6.32 kernels, so this should no longer be an issue.
- setup the
openvz.repo
as described in the OpenVZ quick install instructions - edit the
/etc/yum.repos.d/openvz.repo
file and change the[openvz-kernel-2.6.27]
section toenabled=1
- change the
[openvz-kernel-rhel5]
section toenabled=0
- the 2.6.27 kernel is older than Fedora 11's 2.6.29 kernel, so you need to force the install using this yum plugin:
yum install yum-allowdowngrade
- finally, you may install the kernel and utlilities
yum install vzkernel --alow-downgrade
yum install vzctl - don't forget to edit
/etc/grub.conf
and give the kernel a sensible name, such as "OpenVZ"
No comments:
Post a Comment