Operating System - HP-UX
1833877 Members
2036 Online
110063 Solutions
New Discussion

mount option vxfs delaylog

 
SOLVED
Go to solution
Rammig Claus
Frequent Advisor

mount option vxfs delaylog

Where do I find more information about affected systemcalls for this option. The manpage only shows "some systemcalls ..."
No risc no fun
3 REPLIES 3
Stefan Farrelly
Honored Contributor

Re: mount option vxfs delaylog

www.docs.hp.com
search for delaylog and vxfs.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Rammig Claus
Frequent Advisor

Re: mount option vxfs delaylog

All I found in www.docs.hp.com about delaylog is, that "some systemcalls return before the intentlog is written".

My Question: What is the meaning of "SOME SYSTEMCALLS"
No risc no fun
Dietmar Konermann
Honored Contributor
Solution

Re: mount option vxfs delaylog

It's not easy to say exactly what syscalls are affected. Of course, attribute changing syscalls like chown(2), chmod(2) are always delayed with delaylog.

For other syscall it may be important under what circumstances they are used... as a rule of thumb one can say that "less important" inode updates are not logged synchronously.

Example: when writing to a file, timestamps need to be updated... from a performance point of view it could be a disaster to log these updates synchonously to the intent log... so the logs are delayed.

Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)