Skip to content

107 phxdc ai container creation hung after filesystem clone step#108

Merged
runleveldev merged 2 commits intomainfrom
107-phxdc-ai-container-creation-hung-after-filesystem-clone-step
Nov 10, 2025
Merged

107 phxdc ai container creation hung after filesystem clone step#108
runleveldev merged 2 commits intomainfrom
107-phxdc-ai-container-creation-hung-after-filesystem-clone-step

Conversation

@runleveldev
Copy link
Collaborator

This pull request simplifies the way root password deletion and locking are handled during container creation in both create-container.sh and create-container-new.sh. Instead of running both commands in a single shell invocation, each command is now executed separately for improved clarity and reliability.

Container root password management improvements:

  • In create-container.sh, replaced the combined shell command for deleting and locking the root password with two separate pct exec calls.
  • In create-container-new.sh, similarly split the combined root password deletion and locking command into two distinct run_pct_exec calls.

@runleveldev runleveldev linked an issue Nov 10, 2025 that may be closed by this pull request
Copy link
Collaborator

@cmyers-mieweb cmyers-mieweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes Approved and applied to prod

@runleveldev runleveldev merged commit fb05a11 into main Nov 10, 2025
3 checks passed
@runleveldev runleveldev deleted the 107-phxdc-ai-container-creation-hung-after-filesystem-clone-step branch November 10, 2025 16:01
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.

PHXDC AI Container Creation Hung after filesystem clone step

2 participants