Cannot find answer in docs: can garage be used like minio "gateway nas" function? #626
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind/experimental
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#626
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
I work for a scientific research facility that shares research data publicly. Most of our data for the immediate future resides on conventional posix style storage. The (deprecated) minion gateway nas functionality allowed us to share the data over the S3 protocol to collaborators at remote sites, or over the web.
That feature was turned off almost a year ago, and the CVEs are starting to build up and myself and site admins/systems engineers at other sites are looking for an alternative that is actively supported. Garage looks promising, but there doesn't seem to be any documentation that explicitly says the ability to support legacy POSIX filesystems over the S3 protocol is supported.
Is this a supported feature?
Garage explicitly does not aim at implementing a POSIX filesystem, we are voluntarily limiting ourself to object storage APIs such as S3.
Besides the traditionnal CephFS and GlusterFS, you might be interested in having a look at MooseFS and SeaweedFS.
Uh my bad, I didn't understad well what you were asking. No, functionnality similar to minio gateway is not supported by Garage and it is not planned to be added.
Thank you for the prompt answer!