Open lge opened 9 years ago
Dejan already fixed some of these issues with https://github.com/ClusterLabs/resource-agents/pull/575
Don't be shy, you can do so as well! :-)
And I forgot:
pgsql: OCF_RESKEY_ctl_opt is described in meta_data, but it has no default value OCF_RESKEY_ctl_opt_default and no initialization.
pgsql: OCF_RESKEY_ctl_opt is described in meta_data, but it has no default value OCF_RESKEY_ctl_opt_default and no initialization.
This should be fixed in #691.
See also my ML post, 2015-02-12 Call for review of undocumented parameters in resource agent meta data and the followup by Dejan.
This is bad and needs to be fixed.
Just drop?
[x] Evmsd +OCF_RESKEY_ignore_deprecation
?? intentionally undocumented ??
No idea, but I doubt that anybody out there is using evms.
According to the history, this was never used.
This got renamed to cidr_netmask, in an effort to make it more consistent with IPaddr2 :) The same as what you found below.
This is used in http-mon.sh, sourced by apache.
This one got renamed to binary, so it's OK. I can still recall the discussion--IMO not a biggie to have various RA differently named parameters for the program (but at the time the other party prevailed :)
Bug? lmb? OK, just fixed it. It should be only the latter.
[ ] galera +OCF_RESKEY_user
[x] iSCSILogicalUnit +OCF_RESKEY_vendor_id
[ ] iface-bridge -OCF_RESKEY_multicast_querier
[ ] mysql-proxy -OCF_RESKEY_user
[ ] named -OCF_RESKEY_rootdir
[ ] nfsserver -OCF_RESKEY_nfs_notify_cmd
Yeah. Yet another one of the kind.
[ ] nginx -OCF_RESKEY_nginx
[x] oracle -OCF_RESKEY_tns_admin
Nope. tns_admin is not used in oracle but in oralsnr, but the two share some initialization stuff. Copy&paste issue. Will fix that too.
This deprecation thing seems to be some kind of standard thingie and it is perused in ocf_deprecated(), looks like Florian's thing too :)
[ ] pingd -OCF_RESKEY_update
Fixed.
This would probably get more attention if posted as an issue at github with a title "Please help improve RA meta data". Otherwise, I doubt that we're going to get volunteers here to write documentation ;-)
Cheers,
Dejan
List was generated by below scriptlet, which can be improved. The improved version should probably be part of a "unit test" check, when building resource-agents.