I have a server that I mount some storage (LUNs) under. The first mount is
LUN0(20Gb) as /database
then under that I mount
LUN1(10Gb) as /database/logs
so in essence I can't mount /database/logs until /database is up and mounted.
Is this really bad? Is there a better way to do it? I think is its bad, but I have a DB Admin telling me its fine and that's the way he has done it before?