5.5.6. 启动网关
在对象网关主机上,启动并启用 Ceph 对象网关服务:
systemctl start ceph-radosgw@rgw.`hostname -s`.rgw0 systemctl enable ceph-radosgw@rgw.`hostname -s`.rgw0
# systemctl start ceph-radosgw@rgw.`hostname -s`.rgw0
# systemctl enable ceph-radosgw@rgw.`hostname -s`.rgw0
如果服务已在运行,重启该服务而不是启动和启用它:
systemctl restart ceph-radosgw@rgw.`hostname -s`.rgw0
# systemctl restart ceph-radosgw@rgw.`hostname -s`.rgw0