Create a server request that allows one of several atomic operation on an extended attribute. Operations would include:

  • Test And Set
  • Fetch And Add
  • Compare And Swap
  • Getattr And Increment (increment the attribute and read standard attributes)
  • Decrement And Remove (decrement the attribute and if result is zero remove the object)

Back to OrangeFS projects page