I've copied a logical volume from a volume group to another :
cplv -v vgnew lvname
Then I've changed the logical volume to point to the new jfslog in the new volume group
chfs -a dev=/dev/lvname -a log=/dev/loglv00 /mountpoint
Until this point everythin is OK, but when I pass a fsck to the new logical volume, I get the next error :
laertes:/# fsck -p /dev/fslv02
log redo processing for /dev/rfslv02
logredo: not a log file /dev/rfslv02
Failure replaying log: 0
/dev/rfslv02 (/bbe/e): logredo failed, fsck continuing
/dev/rfslv02 (/bbe/e): 2583 files 3449304 blocks 2842152 free
I think this isn't a serious problem , but I would like to be sure. Anybody knows what is hapenning?.
Thanks in advance.
jcia
cplv -v vgnew lvname
Then I've changed the logical volume to point to the new jfslog in the new volume group
chfs -a dev=/dev/lvname -a log=/dev/loglv00 /mountpoint
Until this point everythin is OK, but when I pass a fsck to the new logical volume, I get the next error :
laertes:/# fsck -p /dev/fslv02
log redo processing for /dev/rfslv02
logredo: not a log file /dev/rfslv02
Failure replaying log: 0
/dev/rfslv02 (/bbe/e): logredo failed, fsck continuing
/dev/rfslv02 (/bbe/e): 2583 files 3449304 blocks 2842152 free
I think this isn't a serious problem , but I would like to be sure. Anybody knows what is hapenning?.
Thanks in advance.
jcia