-
Notifications
You must be signed in to change notification settings - Fork 23
Conversation
Postponing the use of this function for phase2. |
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.
Looks good
The pipeline will be introduced in 6.7 so I will need to accommodate the changes in existing job. |
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.
ACK pending comments.
upgrade/helpers/tasks.py
Outdated
""" | ||
The purpose of this method to perform the upgrade of mongo DB database engine | ||
from MMAPv1 to WiredTiger. | ||
:param str upgrade_type: upgrade type would be a string, depends on choice If user |
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.
Remove this from docstring 'upgrade type would be a string' as :param str is already given.
Instead of upgrade_type string parameter. If you want to choose between satellite and capsule, better u go for default parameter as satellite=True else False for capsule.
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.
Instead of upgrade_type string parameter. If you want to choose between satellite and capsule, better u go for default parameter as satellite=True else False for capsule.
Is it right to put an extra check for validation whether it is Satellite or Capsule?
cdc5cc6
to
69db5a0
Compare
69db5a0
to
e867245
Compare
#372