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

Add freezer state in bluechictl status output #497

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

irishair
Copy link
Contributor

Freezer state is added in the output of bluechictl status.

Related: #489 (comment)

root@martin-MS-7D32:~# bluechictl status martin1 k3s.service
UNIT		| LOADED	| ACTIVE	| SUBSTATE	| FREEZERSTATE	| ENABLED	|
------------------------------------------------------------------------------------------------
k3s.service	| loaded	| active	| running	| running	| enabled	|
root@martin-MS-7D32:~# bluechictl freeze martin1 k3s.service
Unit k3s.service freeze operation done
root@martin-MS-7D32:~# 
root@martin-MS-7D32:~# bluechictl status martin1 k3s.service
UNIT		| LOADED	| ACTIVE	| SUBSTATE	| FREEZERSTATE	| ENABLED	|
------------------------------------------------------------------------------------------------
k3s.service	| loaded	| active	| running	| frozen	| enabled	|

- freezer state is added in the output of bluechictl status

Signed-off-by: minsoo.kim <[email protected]>
Copy link
Member

@engelmi engelmi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution @irishair!

LGTM

Copy link
Member

@mkemel mkemel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@ygalblum ygalblum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ygalblum ygalblum merged commit ffd14cd into eclipse-bluechi:main Aug 24, 2023
@dougsland
Copy link
Contributor

nice @irishair !

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.

RFE: Extend bluechictl status to display frozen status
5 participants