Skip to content

fix:[#454] list all subsystems for stack #456

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

Merged
merged 1 commit into from
Mar 31, 2025
Merged

Conversation

jardon
Copy link
Member

@jardon jardon commented Mar 31, 2025

check for both rootful and rootless containers instead of just rootful

Running a command:
	Command: /usr/bin/podman ps -a --format {{.ID}}|{{.CreatedAt}}|{{.Status}}|{{.Labels}}|{{.Names}}
	captureOutput: true
	muteOutput: false
	rootFull: false
	detachedMode: false
Running a command:
	Command: /usr/bin/podman ps -a --format {{.ID}}|{{.CreatedAt}}|{{.Status}}|{{.Labels}}|{{.Names}}
	captureOutput: true
	muteOutput: false
	rootFull: false
	detachedMode: false
Running a command:
	Command: /usr/bin/pkexec /usr/bin/podman ps -a --format {{.ID}}|{{.CreatedAt}}|{{.Status}}|{{.Labels}}|{{.Names}}
	captureOutput: true
	muteOutput: false
	rootFull: true
	detachedMode: false
  ERROR   The stack is used in 5 subsystems:
┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┼
┊ NAME          ┊ STACK  ┊ STATUS                    ┊ PKGS ┊
┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┼
┊ vso-pico      ┊ bionic ┊ Up 3 days                 ┊ 0    ┊
┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┼
┊ test-apx      ┊ bionic ┊ Up 3 days                 ┊ 0    ┊
┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┼
┊ test-rm-stack ┊ bionic ┊ Created                   ┊ 0    ┊
┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┼
┊ test-pkexec   ┊ bionic ┊ Created                   ┊ 0    ┊
┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┼
┊ vso-waydroid  ┊ bionic ┊ Exited (130) 5 months ago ┊ 0    ┊
┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┼

closes #454

@jardon jardon requested a review from taukakao March 31, 2025 14:58
@taukakao
Copy link
Member

LGTM

@taukakao taukakao merged commit 55455d8 into main Mar 31, 2025
4 checks passed
@taukakao taukakao deleted the fix/stack-delete-message branch March 31, 2025 16:15
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.

blocked stack deletion reports wrong subsystem
2 participants