You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jupyterhub: update recommended paths for public share folders (#481)
## Overview
The recommended public share folders in the `env.local.example` file
create a conflict with the default `PUBLIC_WORKSPACE_WPS_OUTPUTS_SUBDIR`
path when both are enabled and mounted on a Jupyterlab container. This
change updates the recommended paths for the public share folders to
avoid this conflict and adds a warning helping users to avoid this
conflict.
Note: the conflict arises when `PUBLIC_WORKSPACE_WPS_OUTPUTS_SUBDIR` is
mounted to a container as read-only volume and then Jupyterhub tries to
mount the public share folder within that volume. Since the parent
volume is read-only, the second volume mount fails.
## Changes
**Non-breaking changes**
None, documentation only
**Breaking changes**
None
## Related Issue / Discussion
- Resolves#392
## Additional Information
Links to other issues or sources.
## CI Operations
<!--
The test suite can be run using a different DACCS config with
``birdhouse_daccs_configs_branch: branch_name`` in the PR description.
To globally skip the test suite regardless of the commit message use
``birdhouse_skip_ci`` set to ``true`` in the PR description.
Using ``[<cmd>]`` (with the brackets) where ``<cmd> = skip ci`` in the
commit message will override ``birdhouse_skip_ci`` from the PR
description.
Such commit command can be used to override the PR description behavior
for a specific commit update.
However, a commit message cannot 'force run' a PR which the description
turns off the CI.
To run the CI, the PR should instead be updated with a ``true`` value,
and a running message can be posted in following PR comments to trigger
tests once again.
-->
birdhouse_daccs_configs_branch: master
birdhouse_skip_ci: false
0 commit comments