Skip to content
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

misc #616

Merged
merged 7 commits into from
Nov 16, 2024
Merged

misc #616

merged 7 commits into from
Nov 16, 2024

Conversation

cvaroqui
Copy link
Member

No description provided.

The main client has a 5s timeout.
The streaming client has no timeout.
Always forcing ended up with drbd legs 'down' instead of
'stdby up', and making the switch action a one-time success.
* Fix key install not populating the expected file tree corresponding to
  the keynames matching the pattern. The "sec1/*:/toto" volume.secrets
  expression was missing subtree files.

* Fix the intermediate directories permissions and ownership.

* Also simplify keystore install codepaths func prototype, passing these new
  structs instead of passing all arguments as a vector:

       KVInstall struct {
               ToHead        string
               ToPath        string
               FromPattern   string
               FromStore     naming.Path
               AccessControl KVInstallAccessControl
       }
       KVInstallAccessControl struct {
               User    string
               Group   string
               Perm    *os.FileMode
               DirPerm *os.FileMode
       }
And change the instance view to be a selectable resource table.

Add resource actions: enable, disable, stop, start, provision,
unprovision, run, restart
@cvaroqui cvaroqui merged commit ad5b5b9 into opensvc:main Nov 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant