Operating System - HP-UX
1834450 Members
1985 Online
110067 Solutions
New Discussion

delaylog-------what is this

 
SOLVED
Go to solution
Kirk Reindl
Frequent Advisor

delaylog-------what is this

Hi:

I've been trying to find info on what the delaylog parameter does when placed in /etc/fstab.

For instance:

/dev/vgdss1/orasw /orasw vxfs delaylog 0 2

I tried doing a "#man -k delaylog" to figure it out but it is almost like it doesn't exist.

Thanks

Kirk Reindl
6 REPLIES 6
James R. Ferguson
Acclaimed Contributor
Solution

Re: delaylog-------what is this

Hi Kirk:

'delaylog' and other VxFS (JFS) mount options are documented in the man pages (1M) for 'mount_vxfs'.

"In delaylog mode, some system calls return before the intent log is written. This improves the performance of the system, but some changes are not guaranteed until a short time later when the intent log is written."

Technical Knowledge Base document #KBRC00007737 also offers an explanation (see attached).

Attachment deleted as per ITRC Guidelines

Regards!

...JRF...

Christopher McCray_1
Honored Contributor

Re: delaylog-------what is this

I believe that it means "delay" writing metadata information to the intent log used by vxfs for file system recovery until a sync command is issued from the system.


Hope I've steered you in the right direction.

Chris
It wasn't me!!!!
Sanjay_6
Honored Contributor

Re: delaylog-------what is this

Sridhar Bhaskarla
Honored Contributor

Re: delaylog-------what is this

Hi Kirk,

Normally I/O is written to the inodes and then the intent log is updated unlike hfs. With delaylog mount option, the acknowledgement comes back sometimes before the intent log is updated so that the process doesn't have to wait for I/O to complete.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Deshpande Prashant
Honored Contributor

Re: delaylog-------what is this

Hi

Following link explains the different mount options
Document Id : KBAN00000258

http://us-support2.external.hp.com/cki/bin/doc.pl/sid=42153c7d027b067f97/screen=ckiSearchResults?searchString=KBAN00000258&mode=id

Thanks.
Prashant.
Take it as it comes.