标签:重载 它的 web服务 mono -- 使用 wal firefly splay
从firefly(v0.80)版本开始,ceph存储显著的简化了安装和配置Ceph Object Gateway,
ceph-deploy install --rgw <client-node> [<client-node>...]
ceph-deploy rgw create <client-node>
[client.rgw.<client-node>]的部分,
[client.rgw.client-node]
rgw_frontends = "civetweb port=80"
systemctl restart cph-radosgw
firewall-cmd --list-all
firewall-cmd --zone=public --add-port 80/tcp --permanent
firewall-cmd --reload
#request
curl http://<client-node>:80
#result
<?xml version="1.0" encoding="UTF-8"?>
<ListAllMyBucketsResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<Owner>
<ID>anonymous</ID>
<DisplayName></DisplayName>
</Owner>
<Buckets>
</Buckets>
</ListAllMyBucketsResult>
标签:重载 它的 web服务 mono -- 使用 wal firefly splay
原文地址:https://www.cnblogs.com/nineep/p/8990770.html