Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1390 +/- ##
=======================================
Coverage 78.14% 78.14%
=======================================
Files 58 58
Lines 7249 7249
Branches 957 957
=======================================
Hits 5665 5665
Misses 1307 1307
Partials 277 277 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@tsalo I want to probably move this rare edge case to faq rather than have it be the second thing a user sees after getting to the section on how to run xcp-d with apptainer: Home Directory Handling in ApptainerWhen running XCP-D through Apptainer, the handling of home directories requires special attention. Here's what you need to know: Default BehaviorBy default, Apptainer will:
Potential IssuesThis default behavior can cause problems on some systems, particularly in HPC environments where home directory permissions or configurations may be restricted. WorkaroundIf you encounter home directory-related issues, you can explicitly control the home directory handling with these Apptainer arguments: .. code-block:: bash apptainer run .. note:: |
Changes proposed in this pull request
Documentation that should be reviewed