Hi,
I'm looking to create a Ceph storage architecture to store files, I'm particularly interested in the metadata segregation so would be implementing the Ceph Storage Cluster to start, with CephFS added once done. I'm wondering what the best approach to storing data would be, for example, consider the following topology:
admin node - mds/mon
osd1
osd2
I'm also looking to have three client devices which would basically be normal end user desktop users, (A, B and C)
Now, my understanding so far, is that in order to store files, you use the rados put command on the admin node, to move files from the admin node to the OSDs.
How would I move files from the three client devices to the OSDs in the most simplistic way possible? Obviously, transferring data physically between desktop computers and the admin-node will not be feasible in real world application? Any suggested methods?
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com