]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: By default create snapshots in UserNamespace
authorVictor Denisov <denisovenator@gmail.com>
Wed, 21 Sep 2016 04:35:30 +0000 (21:35 -0700)
committerVictor Denisov <denisovenator@gmail.com>
Sat, 22 Oct 2016 03:53:24 +0000 (20:53 -0700)
commit217475194604e96d153aafbc934f1c5241638cfb
treed5dc52c466dd4474776e042fe4332c2474efee75
parentca31b7a744034f1abfe80f18af9d8fbf2a373f1d
librbd: By default create snapshots in UserNamespace

Signed-off-by: Victor Denisov <denisovenator@gmail.com>
29 files changed:
src/librbd/ImageCtx.cc
src/librbd/ImageCtx.h
src/librbd/ImageWatcher.cc
src/librbd/ImageWatcher.h
src/librbd/Operations.cc
src/librbd/Operations.h
src/librbd/SnapInfo.h
src/librbd/WatchNotifyTypes.cc
src/librbd/WatchNotifyTypes.h
src/librbd/image/RefreshRequest.cc
src/librbd/image/RefreshRequest.h
src/librbd/internal.cc
src/librbd/internal.h
src/librbd/journal/Replay.cc
src/librbd/journal/Types.cc
src/librbd/journal/Types.h
src/librbd/librbd.cc
src/librbd/operation/SnapshotCreateRequest.cc
src/librbd/operation/SnapshotCreateRequest.h
src/test/librbd/image/test_mock_RefreshRequest.cc
src/test/librbd/journal/test_Replay.cc
src/test/librbd/journal/test_mock_Replay.cc
src/test/librbd/mock/MockImageCtx.h
src/test/librbd/mock/MockOperations.h
src/test/librbd/object_map/test_mock_SnapshotCreateRequest.cc
src/test/librbd/operation/test_mock_SnapshotCreateRequest.cc
src/test/librbd/test_ImageWatcher.cc
src/test/librbd/test_fixture.cc
src/test/librbd/test_internal.cc