From: Bj�rn Steinbrink (B.Steinbrink_at_gmx.de)
Date: Thu 16 Jun 2005 - 20:19:18 BST
On 2005.06.16 12:21:44 -0600, Jon Scottorn wrote:
> Hi,
>
> We have been running vserver 1.9.3.17 for awhile now using gfs shares
> to share the vservers directory between a 4 node cluster with
> linux-2.6.10. Gfs has lots of issues with its cluster so we have moved
> to Lustre which works much faster and better. The main issue is we are
> now running with Linux 2.6.11.11 and lustre 1.4.2.1 which works fine by
> itself but when I patch in the vserver stuff and try to start lustre up
> I get:
>
> libcfs: Unknown symbol vx_rmap_pid
During compilation you should have gotten warnings about implicit
declarations of vx_rmap_pid. Take the .c files for which those warnings
show up, and add an #include <linux/vs_cvirt.h> to them. That should fix
your issues.
HTH
Bj�rn
_______________________________________________
Vserver mailing list
Vserver_at_list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver