Skip to content

Commit

Permalink
Merge pull request #479 from truenas/NAS-123349-23.10
Browse files Browse the repository at this point in the history
NAS-123349 / 23.10 / Accomodate all cgroups versions when checking if a process is running… (by themylogin)
  • Loading branch information
yocalebo authored Aug 1, 2023
2 parents 5271541 + dd3ec4e commit da1a6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truenas_install/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def precheck(old_root):
except FileNotFoundError:
cgroups = ""

if "kubepods.slice" in cgroups:
if "kubepods" in cgroups:
continue

running_services.append(title)
Expand Down

0 comments on commit da1a6db

Please sign in to comment.