index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tools
/
rbd_mirror
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rbd-mirror: allow mirroring to a different namespace
N Balachandran
2024-09-17
4
-33
/
+69
*
rbd-mirror: use correct ioctx for namespace
N Balachandran
2024-08-27
1
-1
/
+5
*
Merge pull request #57011 from tchaikov/wip-cmake-legacy-option-header
Kefu Chai
2024-05-19
1
-0
/
+1
|
\
|
*
cmake: targets against legacy-option-headers when appropriate
Kefu Chai
2024-05-08
1
-0
/
+1
*
|
rbd-mirror: remove callout when destroying pool replayer
Ilya Dryomov
2024-05-05
1
-0
/
+7
*
|
rbd-mirror: shut down and remove pool replayer if peer changes
Ilya Dryomov
2024-04-24
1
-8
/
+16
|
/
*
rbd_mirror: rename method
N Balachandran
2024-04-09
2
-7
/
+7
*
rbd-mirror: code cleanup
N Balachandran
2024-04-03
2
-14
/
+14
*
rbd-mirror: fixed a typo in instance_watcher
N Balachandran
2024-02-05
1
-1
/
+1
*
Merge pull request #52057 from nbalacha/tracker-61672
Ilya Dryomov
2023-07-21
1
-5
/
+15
|
\
|
*
rbd-mirror: fix race preventing local image deletion
N Balachandran
2023-07-14
1
-5
/
+15
*
|
Merge pull request #52086 from pkalever/fix-mirror-status-desc
Ilya Dryomov
2023-07-05
1
-0
/
+5
|
\
\
|
*
|
rbd-mirror: fix image replayer shut down description on force promote
Prasanna Kumar Kalever
2023-06-27
1
-0
/
+5
|
|
/
*
|
Merge pull request #52157 from pkalever/log-improve
Ilya Dryomov
2023-06-28
4
-4
/
+12
|
\
\
|
*
|
rbd-mirror: add some logs
Prasanna Kumar Kalever
2023-06-28
4
-4
/
+12
|
|
/
*
|
rbd-mirror: add logs to PoolReplayer
N Balachandran
2023-06-23
1
-0
/
+8
*
|
rbd-mirror: don't refer to (remote) mirror_uuid as peer_uuid
Prasanna Kumar Kalever
2023-06-16
2
-19
/
+20
|
/
*
Merge pull request #51166 from chrisphoffman/wip-rbd-59393
Ilya Dryomov
2023-05-10
1
-1
/
+1
|
\
|
*
librbd: localize snap_remove op for mirror snapshots
Christopher Hoffman
2023-05-08
1
-1
/
+1
*
|
rbd: fix spelling errors
Josh Soref
2023-04-26
3
-4
/
+4
|
/
*
rbd-mirror: add and rename perf counters for journal and snapshot mirroring
Divyansh Kamboj
2023-03-21
4
-51
/
+102
*
rbd-mirror: add information about the last snapshot sync to image status
Divyansh Kamboj
2023-02-20
2
-4
/
+12
*
rbd-mirror: fix syncing_percent calculation logic in get_replay_status()
N Balachandran
2023-02-16
1
-3
/
+11
*
common/admin_socket: pass inbl to sync call() method
Sage Weil
2022-09-12
4
-0
/
+4
*
rbd-mirror: skip setting error code on snapshot replayer shutdown
Ilya Dryomov
2022-08-30
1
-4
/
+0
*
rbd-mirror: resume pending shutdown on error in snapshot replayer
Ilya Dryomov
2022-08-29
1
-5
/
+11
*
Merge pull request #46945 from rhcs-dashboard/rbd-e2e
Nizamudeen A
2022-07-26
1
-1
/
+2
|
\
|
*
cmake: add rbd-mirror executable to run-make-check
Deepika Upadhyay
2022-07-26
1
-1
/
+2
*
|
rbd-mirror: remove bogus completed_non_primary_snapshots_exist check
Ilya Dryomov
2022-07-10
1
-13
/
+2
|
/
*
rbd-mirror: spell out "remote image is not primary" status correctly
Ilya Dryomov
2022-06-20
1
-2
/
+2
*
rbd-mirror: fix up "error preparing image for replay" messages
Ilya Dryomov
2022-06-20
2
-6
/
+4
*
rbd-mirror: drop m_remote_promotion_state from PrepareReplayRequest
Ilya Dryomov
2022-06-20
4
-16
/
+8
*
rbd-mirror: generally skip replay/resync if remote image is not primary
Ilya Dryomov
2022-06-20
5
-27
/
+28
*
rbd-mirror: strengthen is_local_primary() and is_linked()
Ilya Dryomov
2022-06-20
2
-8
/
+13
*
rbd-mirror: don't prune non-primary snapshot when restarting delta sync
Ilya Dryomov
2022-05-30
1
-1
/
+1
*
rbd-mirror,immutable-object-cache: exit code is inverted
Ilya Dryomov
2022-04-28
1
-1
/
+1
*
librbd: s/boost::variant/std::variant/
Kefu Chai
2022-03-11
3
-14
/
+14
*
Merge pull request #45086 from trociny/wip-54258
Ilya Dryomov
2022-02-23
1
-1
/
+1
|
\
|
*
rbd-mirror: make mirror properly detect pool replayer needs restart
Mykola Golub
2022-02-18
1
-1
/
+1
*
|
rbd-mirror: synchronize with in-flight stop in ImageReplayer::stop()
Ilya Dryomov
2022-02-21
1
-10
/
+17
*
|
rbd-mirror: turn m_on_stop_finish into a list of Contexts
Ilya Dryomov
2022-02-21
2
-10
/
+13
*
|
rbd-mirror: manual stop should take precedence over regular stop
Ilya Dryomov
2022-02-21
1
-0
/
+4
*
|
rbd-mirror: straighten ImageReplayer::stop() a bit
Ilya Dryomov
2022-02-21
2
-26
/
+16
|
/
*
rbd-mirror: fix races in snapshot-based mirroring deletion propagation
Ilya Dryomov
2022-01-21
2
-12
/
+9
*
rbd-mirror: don't default replay_requires_remote_image() implementation
Ilya Dryomov
2022-01-21
2
-3
/
+5
*
rbd-mirror: untangle StateBuilder::is_linked() overloads
Ilya Dryomov
2022-01-21
6
-11
/
+14
*
rbd-mirror: drop redundant initialization of StateBuilder members
Ilya Dryomov
2022-01-21
1
-2
/
+2
*
common/PriorityCache: Implement Cache Age Binning
Mark Nelson
2022-01-11
1
-0
/
+13
*
Merge pull request #41696 from MrFreezeex/fix-rbd-mirror-remove
Mykola Golub
2021-10-25
14
-42
/
+244
|
\
|
*
rbd-mirror: remove image_map next_state if sets to the same state
Arthur Outhenin-Chalandre
2021-08-18
1
-0
/
+1
[next]