Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
251 views

What is the best solution to share files between diffrent host machines (file system)

I need advice in storage architecture. I have 2 servers for video encoding and 1 machine to handle uploads and requests. Every machine has its own hard drive, and now I need an idea of how to connect ...
Jappon's user avatar
  • 1
3 votes
2 answers
596 views

Searching a cluster filesystem (file storage) that is up-to-date and runs on both FreeBSD and Linux well [closed]

I have a FreeBSD 12.1-RELEASE server and a CentOS 7 server. Both run on amd64. I would like to set up a cluster file system, that runs on both platforms well. It should have CentOS 7 packages and ...
Ronny Forberger's user avatar
2 votes
1 answer
2k views

Persistent disk redundancy across multiple regions

Is there a way to create a Persistent Disk (disk_a) in one GCP region (us-central1) and maintain a copy(disk_b) in another GCP region(asia-south1)? Is it possible using some Distributed file system ...
Amit Yadav's user avatar
  • 4,944
0 votes
1 answer
366 views

How to upload huge files to Ceph/GlsuterFS through openshift/k8s PVC

Now I wanna run a machine learning pod in openshift, but I need to upload some data like training set to the pod, and better to the PV when considering persistence. Is there some apis helpful on this?...
白栋天's user avatar
  • 172
0 votes
1 answer
633 views

Persistent Storage (Gluster/Other storage) for Kubernetes

I am trying to setup Kubernetes with Gluster using Heketi. After several tries, i am still not able to get it working. I am using RancherOS with Rancher application running on it which manages ...
Technext's user avatar
  • 8,107
2 votes
1 answer
1k views

OpenStack (Swift) or CEPH deduplication feature? or any deduplication HA storage cluster solutions?

For an owncloud (or nextcloud) project we need to add a great amount of storage, I've been checking all options such as: CEPH, Openstack Swift/Cinder, GlusterFS, SDFS and Tahoe-lafs. With this ...
user743919's user avatar
7 votes
2 answers
5k views

GlusterFS or Ceph as backend for Hadoop

Has anyone tried to use GlusterFS or Ceph as the backend for Hadoop? I am not talking about just use plugin to sew things up. Is the performance better than HDFS itself? whether it's ok for production ...
Shengjie's user avatar
  • 12.7k
42 votes
4 answers
42k views

Distributed File Systems: GridFS vs. GlusterFS vs Ceph vs HekaFS Benchmarks [closed]

I am currently searching for a good distributed file system. It should: be open-source be horizontally scalable (replication and sharding) have no single point of failure have a relatively small ...
Alp's user avatar
  • 29.7k