mirror of
https://github.com/ceph/ceph
synced 2025-01-02 00:52:22 +00:00
rgw: radosgw_admin will quit gracefully if it can't open the store
This commit is contained in:
parent
a5d809215a
commit
7030731bd8
@ -173,6 +173,7 @@ int main(int argc, char **argv)
|
||||
store = RGWAccess::init_storage_provider("rados", argc, argv);
|
||||
if (!store) {
|
||||
cerr << "couldn't init storage provider" << std::endl;
|
||||
return 5; //EIO
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user