-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement import and cleanup #63
Conversation
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
e6ec22c
to
cde9c4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review progress: I reviewd 10 commits. The last reviewed commit is below.
implement isExportDataAlreadyUploaded
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewd 18 of 29 commits...
The last reviewed commit is below.
test/e2e: use RGW for e2e testing
@ushitora-anqou I guess we can remove a code snippet for testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ushitora-anqou I have finished the review. Please reflect comments, thanks.
25b9590
to
afc7d1f
Compare
Fixed in 2371058 |
@satoru-takeuchi I've fixed your points. Could you review this again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ushitora-anqou LGTM. Could you squash commits?
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
We stopped setting SyncedToRemote=True in an ad hoc manner in the previous commit, so we can't use `resMgr.WaitForbackupSyncedToRemote` to wait for all necessary resources to be ready. This commit resolves the problem above by packing all the tests into `Eventually` in order to wait the resources to be ready. Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
We need to give a StorageClass name as a command-line argument of mantle-controller so that it can create PVCs to store its exported data. To do so, we need to fix the StorageClass name (and the pool name used as a parameter of the StorageClass) before starting mantle-controller. However, the current e2e test generates the names of the StorageClass and pool in runtime, after starting the controller. This commit resolves the problem above, by avoiding generating the names in runtime and fixing them as constants ("rook-ceph-block") instead. Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
afc7d1f
to
2da741f
Compare
@satoru-takeuchi I squashed my commits. Could you review this again? The code included in the commits shouldn't have been changed: https://github.com/cybozu-go/mantle/compare/afc7d1fa1bbb7c2f8300abdea63c4a8f7f2e5a87..2da741f78b859c867c7699fae40db6a477da95f7 |
Thank you! |
No description provided.