Is there any way one can see the Noobaa buckets as Directory and Object as files on the filesystem on which Noobaa is hosted. #6453
Replies: 2 comments
-
Using normal buckets, no. The idea is that NooBaa does things like dedup (block level), compression and encryption. So the output of these is not a plain "file" but something you would need NooBaa in order to read. However, if what you need is to use S3 but have a backing of a FS where you can also read those files. Namespace buckets sound like the way to go. Namespace buckets do not dedup, encrypt compress but rather save the objects in a "plain" mode on the backing storage. We are currently implementing more features/closing gaps to the NS FS capability, but you can start playing around with it. See this wiki page https://github.com/noobaa/noobaa-core/wiki/Namespace-FS:-Namespace-Resource-to-connect-to-shared-Filesystems As always, would love to hear your thoughts on the wiki itserf and the behaviour of this feature in general |
Beta Was this translation helpful? Give feedback.
-
hi I am trying to create_namespace_resource as suggested in the above link
|
Beta Was this translation helpful? Give feedback.
-
Is there any way one can see the Noobaa buckets as Directory and Object as files on the filesystem on which Noobaa is hosted.
Beta Was this translation helpful? Give feedback.
All reactions