简体   繁体   English

我可以从OpenShift gears访问Amazon EBS存储吗?

[英]Can I access Amazon EBS storage from OpenShift gears?

I'm currently trying to design a web based system where there is already several Tb of data stored on an Amazon EBS instance. 我目前正在尝试设计一个基于Web的系统,其中在Amazon EBS实例上已经存储了几Tb数据。 In an ideal world I'd like to deploy my applications on OpenShift so that it can autoscale with demand etc. The data is question is NetCDF files (and other large rasters) so a database is inappropriate for the storage. 在理想的情况下,我想在OpenShift上部署我的应用程序,以便它可以按需自动缩放。数据是有问题的,就是NetCDF文件(和其他大型栅格),因此数据库不适合用于存储。

What I'm unable to find out is can I access the existing storage from OpenShift or do I need to copy it all to new OpenShift allocated storage? 我无法确定的是,我可以从OpenShift访问现有存储吗?还是需要将它们全部复制到新的OpenShift分配存储中? and is a single filesystem going to be accessible from all the gears as it auto scales? 自动扩展时,是否可以从所有齿轮访问单个文件系统?

It is not possible to do. 这是不可能的。 You would need to move the data to S3 to access it. 您将需要将数据移至S3进行访问。 Sorry for the bad news 关于这些坏消息我很遗憾

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM