Merge pull request #1716 from baude/rmallps

fix bug in rm -fa parallel deletes
This commit is contained in:
OpenShift Merge Robot
2018-10-26 01:32:36 -07:00
committed by GitHub

View File

@ -351,7 +351,9 @@ func psCmd(c *cli.Context) error {
// 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)
}
if len(pss) == 0 {
fmt.Fprint(w, "\n")
}
// Now iterate each container and output its information
for _, container := range pss {