Today the filesystem blobstore provider use the extended attributes of the filesystem to store metadata. This is not always desirable as some filesystems (such as NFSv3) do not support extended metadata. The current source code does not allow to change this easily. getUserDefinedFileAttributeView could easily be overriden for this purpose and allow extensions that customize where the metadata should be stored.
See also JCLOUDS-658 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/999 -- Commit Summary -- * Allow overriding getUserDefinedFileAttributeView -- File Changes -- M apis/filesystem/src/main/java/org/jclouds/filesystem/strategy/internal/FilesystemStorageStrategyImpl.java (2) -- Patch Links -- https://github.com/jclouds/jclouds/pull/999.patch https://github.com/jclouds/jclouds/pull/999.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/999
