-
Notifications
You must be signed in to change notification settings - Fork 6
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
cva dev #593
Commits on Sep 26, 2024
-
Fix a go vet warning in resvol
drivers/resvol/main.go:364:7: github.com/opensvc/om3/util/key.T struct literal uses unkeyed fields
Configuration menu - View commit details
-
Copy full SHA for 6cba954 - Browse repository at this point
Copy the full SHA 6cba954View commit details -
Remove "om dns dump" and show "om daemon dns dump"
One less breaking change, freeing the "dns" object name again, same as b2.1 Also coherent with "om daemon relay status" commande location in the command tree.
Configuration menu - View commit details
-
Copy full SHA for 741a4ee - Browse repository at this point
Copy the full SHA 741a4eeView commit details -
Fix "om mon" not honoring --color value
coloring functions and icons where renderer before color.noColor is set, so ended up always colored.
Configuration menu - View commit details
-
Copy full SHA for 333cf7d - Browse repository at this point
Copy the full SHA 333cf7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7428e81 - Browse repository at this point
Copy the full SHA 7428e81View commit details -
Also drop the --config flag.
Configuration menu - View commit details
-
Copy full SHA for e6c2158 - Browse repository at this point
Copy the full SHA e6c2158View commit details -
Move Frame struct from core/cluster to core/monitor
And move daemon/ccfg.getClusterConfig() to core/cluster.GetConfig(), so it can be called from the CRM too.
Configuration menu - View commit details
-
Copy full SHA for 72bae11 - Browse repository at this point
Copy the full SHA 72bae11View commit details -
Move object.FileToKey() to a new util/keystore mod
So ox can use this func without requiring the object mod.
Configuration menu - View commit details
-
Copy full SHA for 65a8fdd - Browse repository at this point
Copy the full SHA 65a8fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 752bf34 - Browse repository at this point
Copy the full SHA 752bf34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e99956 - Browse repository at this point
Copy the full SHA 6e99956View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b8eaf9 - Browse repository at this point
Copy the full SHA 1b8eaf9View commit details -
viper was used to load: * /etc/{default,sysconfig}/opensvc for OSVC_ROOT_PATH, OSVC_CLUSTERNAME => replace by direct use of gotenv.ParseStrict(), the mod that vipers imports. * /etc/cluster.conf for caching of NodeSection and ClusterSection => the daemon already switched to cluster.ConfigData for this caching. just teach the CRM to use directly object.Ccfg.Config * ~/.opensvc/config.yaml for output colors. => Use OSVC_COLORS=primary=blue:secondary=yellow env var instead, like the ls command does. Related changes: * rawconfig.LoadSection() is dropped. * clusternode.Get() is no longer used. * client.New() does no longer know how to get the cluster secret, so the caller must set it with the WithPassword() funcopt. * New resource manifest context keys: ContextObjectFQDN and ContextObjectDomain. * nodeselector now only look at the nodes_info.json to find cluster nodes. * replace omcrypto.Message type with omcrypto.Factory that implement the encryptDecrypter interface required by the sec and usr object kinds.
Configuration menu - View commit details
-
Copy full SHA for 731c2db - Browse repository at this point
Copy the full SHA 731c2dbView commit details -
Adapt the symmetrix array driver for captype=cyl
Newer symcli don't accept MB captype anymore.
Configuration menu - View commit details
-
Copy full SHA for a0a3118 - Browse repository at this point
Copy the full SHA a0a3118View commit details