syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

Nonce timestamp field for MSEntry #106

Closed jcnelson closed 10 years ago

jcnelson commented 10 years ago

Add nonce_ts to MSEntryShard, to be used to find the latest xattr_nonce and write_nonce values from MSEntryShards. Currently, we rely on modtime, which can change via utime(). nonce_ts will monotonically increase.