<div dir="auto">I&#39;ve got a use scenario where I would like to have an expandable volume to handle a growing set of files. Mostly original images + thumbnails. They&#39;ll get written once, but read many times. So say the file size varies between 40kb and 20mb.<div dir="auto"><br></div><div dir="auto">There will be a 3rd party CDN in front of the nginx server tier that will be reading the files from the volume.</div><div dir="auto"><br></div><div dir="auto">I plan to host this in a cloud environment, AWS is a possibility, but I would like to investigate Digitalocean&#39;s block storage as well. Each node can have 7 BS disks attached, each disk up to 1.6tb in size.</div><div dir="auto"><br></div><div dir="auto">I gather from my reading that glusterfs and other technologies (ceph, etc) work best on bare metal, not in a virtualized environment. Some people have anecdotally stated &quot;don&#39;t do POSIX shared filesystems in the cloud&quot;, ie I&#39;m asking for trouble.</div><div dir="auto"><br></div><div dir="auto">Is this feasible with glusterfs? If not, what else should I look at? If it is feasible, is libgfapi better connection strategy to architect around vs the POSIX/fuse interface?</div><div dir="auto"><br></div><div dir="auto">Am I asking the right questions here? Thanks.</div></div>