Following installation of patch 122300-28 (5.9) or 127866-03 (5.10) umount of a UFS file system becomes very slow if a large file has been deleted prior to the umount.
With 127866-02
# timex umount /mnt
real 1:53.80
user 0.00
sys 0.24
With 127866-03
# timex umount /mnt
real 1:28:11.61
user 0.00
sys 0.04
Work Around
- Disable UFS logging.
This situation occurs in UFS logging code path and disabling logging would relieve
the system from this problem.
- Remove the patch which fixes CR 6513858.
As this is a regression which is introduced by fix to CR 6513858, removing this patch
will relive this issue.