3.1.2 Matrix Server RHEL4 Release Notes
PolyServe Matrix Server Release Notes 23
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
For example, server A may have a process that executes cd
/a/b/c. Server B has a process that renames /a/b/c to a/c and
removes directory b. If the process on server A executes cd .., it
will be allowed to change directory into directory b, which no
longer exists. Any operations that attempt to modify the
contents of directory b will fail with the appropriate error.
To get out of directory b, you will need to either execute another
cd .. command or change directory using an absolute pathname.
701 Problem with unmounting filesystems on the same
mountpoint
Linux allows two filesystems to be mounted on the same
mountpoint. The second filesystem to be mounted hides the first
filesystem. If you attempt to unmount the first filesystem, the
second filesystem will be unmounted because the first
filesystem is not visible to the operating system. This problem
can occur with any type of filesystem.
To avoid the problem, do not mount two filesystems on the
same mountpoint, or unmount the second filesystem and then
unmount the first filesystem.
1041 Mount and unmount may fail if run in parallel
If you run several mount or umount commands in parallel, an
operation may fail with the following error message:
Cannot create link /etc/mtab~
Perhaps there is a stale lock file?
The mount or umount operation will succeed; however, the
/etc/mtab file will not be updated. Run the command again to
update the file.
5024 QLogic HBA driver can disable HBAs
When the qla driver is unable to log into the FC switch for a long
period of time (about 50 minutes), the driver can disable the
HBA. When the switch is restored, the HBA remains disabled.
You will need to reboot the node to re-enable the HBA.
Defect
Description