Skip to content

Conversation

@akhil1508
Copy link
Contributor

Summary

TODO

  • ...

Checklist

@akhil1508 akhil1508 requested a review from a team as a code owner January 23, 2026 07:05
@akhil1508 akhil1508 requested review from Altahrim, ArtificialOwl, come-nc and icewind1991 and removed request for a team January 23, 2026 07:05
Signed-off-by: Akhil <akhil@e.email>
@@ -424,10 +424,26 @@ public function setupRoot(): void {
foreach ($rootMounts as $rootMountProvider) {
$this->mountManager->addMount($rootMountProvider);
}

$this->setupAppData();
Copy link
Contributor Author

@akhil1508 akhil1508 Jan 23, 2026

Choose a reason for hiding this comment

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

I don't know if this is the right place to do this mount setup. setupRoot doesn't have any events to hook into either.

But if we do it in AppData.php like in #36337, occ files:scan-app-data stops working since that command does a tearDownFS and setupFS.

Whereas $setupManager->setupRoot() seems to me is completed generally for all requests, commands and background jobs.

Please suggest a better approach if possible :)

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.

Allow configuration of appdata directory location

1 participant