Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #14 from jecluis/wip-readme-update
Browse files Browse the repository at this point in the history
readme: update a few things related to running radosgw
  • Loading branch information
jecluis authored Apr 11, 2022
2 parents 037ddbe + 8e13b9c commit 95cf161
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ If one is new to Ceph development, the best way to find out how to build
these sources is to refer to the
[original documentation](https://docs.ceph.com/en/pacific/install/build-ceph/#id1).

Because we are in a fast development effort at the moment, we have chosen to
apply patches needed to make our endeavour work on our own fork of the Ceph
repository. This allows us fiddle with the Ceph source while experimenting,
without polluting the upstream Ceph repository. We do intend to upstream any
patches that make sense though.

That said, we have the `aquarist-labs/ceph` repository as a requirement for
this project. We can't guarantee that our instructions, or the project as a
whole, will work flawlessly with the original Ceph project from `ceph/ceph`.

### Running

Expand All @@ -65,11 +74,10 @@ One should be able to get a standalone RGW running following these steps:
```
$ cd build/
$ mkdir -p dev/rgw.foo
$ cd dev/rgw.foo/
$ ../bin/radosgw -i foo -d --no-mon-config --debug-rgw 15 \
$ bin/radosgw -i foo -d --no-mon-config --debug-rgw 15 \
--rgw-backend-store dbstore \
--rgw-data $(pwd) \
--run-dir $(pwd)
--rgw-data $(pwd)/dev/rgw.foo \
--run-dir $(pwd)/dev/rgw.foo
```

Once the daemon is running, and outputting its logs to the terminal, one can
Expand Down

0 comments on commit 95cf161

Please sign in to comment.