Note: Tested using vstart
Signed-off-by: Neha Ojha <nojha@redhat.com>
def bulk_set(self, flags):
"""
- The `recovery_deletes` and `sortbitwise` flags cannot be unset.
+ The `recovery_deletes`, `sortbitwise` and `pglog_hardlimit` flags cannot be unset.
`purged_snapshots` cannot even be set. It is therefore required to at
least include those three flags for a successful operation.
"""
value: false,
description: this.i18n('Deletes performed during recovery instead of peering'),
disabled: true
+ },
+ pglog_hardlimit: {
+ code: 'pglog_hardlimit',
+ name: this.i18n('PG Log Hard Limit'),
+ value: false,
+ description: this.i18n('Puts a hard limit on pg log length'),
+ disabled: true
}
};
flags: any[];