Skip to content

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

Merged
taukakao merged 1 commit intomainfrom
fix/stack-delete-message
Mar 31, 2025
Merged

fix:[#454] list all subsystems for stack#456
taukakao merged 1 commit intomainfrom
fix/stack-delete-message

Conversation

@jardon
Copy link
Copy Markdown
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
Copy Markdown
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