-
Notifications
You must be signed in to change notification settings - Fork 23
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
20180604 jrse #156 #167
Merged
Merged
20180604 jrse #156 #167
Conversation
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
mv|cp|save:src_ns,src_oid;metadata_key=metadata_value:metadata_key=metadata_value:....
- basic integration of rmb plugin - lsppols as first command.
- doveadm rmb config create - doveadm rmb config show - doveadm rmb config update key=value
- ls / get / set
- ls mb, rename, delete
+ save_log
- restores the index entry of moved objects.
- new doveadm rmb check indices -u <username> iterates over all user mailboxes and checks if mail does exist. if mail does not exist, it prints out message with uid, guid and oid.
- detect not referenced mail objects in user namespace and print them out.
- new option for rmb check indices to delete all mail objects of a user which are not referenced in a index file (all mailboxes). - doveadm force-resync -u .. <box> is available to restore index entries.
- force-resync ignores the mailbox parameter like mdbox does and performes does a force-resync for all user mailboxes.
- uid is always generated and updated
- doveadm rmb check indices does no loger load metadata by default - stat is done async.
- delete mail objects asynchronous
…oveadm rmb mailbox delete cmd
peter-mauritius
previously approved these changes
Jul 6, 2018
# Conflicts: # src/librmb/tools/rmb/rados-mail-box.h # src/storage-rbox/rbox-save.cpp
peter-mauritius
approved these changes
Jul 9, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#163, #156, #149,#147