Re: [SSI-users] adding new node
Brought to you by:
brucewalker,
rogertsang
|
From: John H. <jo...@Ca...> - 2009-04-21 16:44:03
|
jhansen wrote:
>
> jhansen wrote:
>
>> Mine doesnt look right...
>>
>> It looks like this:
>>
>> $ ls -l /etc/blkid.tab
>>
>> -rw-r--r-- 1 root root 116 2009-04-2- 19:30 /etc/blkid.tab
>>
Yup, that's wrong. We need blkid.tab as a CDSL, it can be different on
each node.
Could you please show the results of:
apt-cache policy libblkid1 e2fsprogs
If the SSI versions are not installed do:
apt-get install libblkid1 e2fsprogs
rm /cluster/node*/etc/blkid.tab
blkid
mklocalfile /etc/blkid.tab
When the correct version of libblkid1 is installed then the blkid, fsid
programs should write-through the blkid.tab cdsl instead of overwriting it.
|