Let's just drop auto-calculation and use 0 for negative or invalid values.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 18 2024
Sep 12 2024
Bah. It's not in the product docs but it is in the design guidance article.
In T749#13824, @kgaillot wrote:Revisiting this, we should check whether negative stonith-watchdog-timeout is either used by pcs or documented anywhere downstream. If not, just drop the auto-calculation feature and require nonnegative values.
Revisiting this, we should check whether negative stonith-watchdog-timeout is either used by pcs or documented anywhere downstream. If not, just drop the auto-calculation feature and require nonnegative values.
I guess there are more dimension to this problem:
Sep 11 2024
Sep 4 2024
Sep 3 2024
Aug 28 2024
Aug 27 2024
Aug 26 2024
Aug 21 2024
Closed by commit c6a8725f. Ping node support has not been dropped yet, but it will be soon.
Aug 20 2024
Aug 8 2024
Jul 24 2024
Jul 23 2024
Jul 9 2024
Jul 8 2024
Jul 4 2024
This is actually only allowed by the pacemaker-next schema, so there's nothing to transform in the 3.10 to 4.0 upgrade. How do we want to go about this? I'm thinking just drop the Pacemaker code for it and leave the constraints-next schema alone until we drop pacemaker-next support altogether.
Jul 3 2024
Jul 2 2024
In T745#12714, @kgaillot wrote:I've already got something ready to go
In T807#12633, @nrwahl2 wrote:(with a little magic to re-allow the old name as a custom name after a CIB has been upgraded).
Do we want this immediately? This doesn't even require magic, it's the default behavior if we don't ban the old name in the new schema. However, last time we talked in Slack:
the idea is to prevent the newly dropped options from being used after the transform (at least until the next transform)
user has old CIB with dropped option: implicit upgrade drops the option
user has new CIB after option is dropped: can't add option
user has even newer CIB much later: can add dropped option as custom name
(schema major version X, X+1, X+2)
I've already got something ready to go
hope ya don't mind if I grab this one
Closed via cb298b9e. None of the commits from https://github.com/ClusterLabs/pacemaker/pull/3539 were properly linked here, despite their commit messages having the relevant phrases.
(with a little magic to re-allow the old name as a custom name after a CIB has been upgraded).