mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
fix bug in rm -fa parallel deletes
Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -351,7 +351,9 @@ func psCmd(c *cli.Context) error {
|
|||||||
// Output Namespace headers
|
// Output Namespace headers
|
||||||
fmt.Fprintf(w, "\n%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s", hid, hnames, nspid, nscgroup, nsipc, nsmnt, nsnet, nspidns, nsuserns, nsuts)
|
fmt.Fprintf(w, "\n%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s", hid, hnames, nspid, nscgroup, nsipc, nsmnt, nsnet, nspidns, nsuserns, nsuts)
|
||||||
}
|
}
|
||||||
|
if len(pss) == 0 {
|
||||||
|
fmt.Fprint(w, "\n")
|
||||||
|
}
|
||||||
// Now iterate each container and output its information
|
// Now iterate each container and output its information
|
||||||
for _, container := range pss {
|
for _, container := range pss {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user