We don't have file handles per se, but we use unique objectIDs that reference objects stored in Atmos.
Have you seen the checksum support for erasure coded replicas that's now available in 1.4?
Atmos currently supports using SHA0 to create a hash of the content. This can be passed in to the create or update object requests and it can be retrieved for a given object as well.
Thanks Raj. That was helpful. I was aware of the Checksum functionality, but was unsure of how to go about using it. Your advice pointed me in the right direction.
rbala1
222 Posts
1
November 24th, 2010 10:00
Meghana,
We don't have file handles per se, but we use unique objectIDs that reference objects stored in Atmos.
Have you seen the checksum support for erasure coded replicas that's now available in 1.4?
Atmos currently supports using SHA0 to create a hash of the content. This can be passed in to the create or update object requests and it can be retrieved for a given object as well.
Raj
meghana_viswana
2 Posts
0
November 25th, 2010 01:00
Thanks Raj. That was helpful. I was aware of the Checksum functionality, but was unsure of how to go about using it. Your advice pointed me in the right direction.
Thanks again,
Meghana.