forked from RamenDR/ramen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sheetal Pamecha <[email protected]>
- Loading branch information
1 parent
f01709a
commit fb95535
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# rbd-mirror addon | ||
|
||
## Enabling debug logs | ||
|
||
If Ceph developers require debug logs you can enable them by starting | ||
the environment with RBD_MIRROR_DEBUG=1: | ||
|
||
``` | ||
RBD_MIRROR_DEBUG=1 drenv start envs/regional-dr.yaml | ||
``` | ||
|
||
If the environment is already running you can enable the logs using: | ||
|
||
``` | ||
RBD_MIRROR_DEBUG=1 addons/rbd-mirror/start dr1 dr2 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters