This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author puppet
Recipients Claudiu.Popa, koobs, larry, pitrou, puppet
Date 2014-08-03.11:19:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407064752.62.0.100580258444.issue19838@psf.upfronthosting.co.za>
In-reply-to
Content
@Antoine: We have investigated a bit here and it seems that ZFS just keeps a timestamp in seconds in the memory.


See function uberblock_update in uberblock.c
( http://people.freebsd.org/~gibbs/zfs_doxygenation/html/d3/d65/uberblock_8c_source.html - Row 57)
    ub->ub_timestamp = gethrestime_sec();
History
Date User Action Args
2014-08-03 11:19:12puppetsetrecipients: + puppet, pitrou, larry, Claudiu.Popa, koobs
2014-08-03 11:19:12puppetsetmessageid: <1407064752.62.0.100580258444.issue19838@psf.upfronthosting.co.za>
2014-08-03 11:19:12puppetlinkissue19838 messages
2014-08-03 11:19:12puppetcreate