I’ve been using Cells v3 on a home server using docker-compose. I’ve just upgraded to v4.0.4, and although everything appears to be working my server sounds like it’s about to take off (HDD’s are frantically working)!
It’s now been this way for 6 hours. I thought it may be reindexing or the like but there are < 50 files stored in there.
It seems to be the pydio.grpc.data.objects.local1
process causing the issue, and it is sat at 20% CPU usage. Killing the process causes the disks to stop spinning.
Docker logs show the following:
2022-11-22T21:46:06.498Z INFO pydio.rest.role ready
2022-11-22T21:46:06.736Z INFO pydio.grpc.data.objects.local1
2022-11-22T21:46:06.736Z INFO pydio.grpc.data.objects.local1 API: SYSTEM()
2022-11-22T21:46:06.736Z INFO pydio.grpc.data.objects.local1 Time: 21:46:06 UTC 11/22/2022
2022-11-22T21:46:06.736Z INFO pydio.grpc.data.objects.local1 DeploymentID: 24cbd2b8-9c89-4482-8fc2-f597173d0626
2022-11-22T21:46:06.736Z INFO pydio.grpc.data.objects.local1 Error: Unable to initialize config, some features may be missing Invalid credentials (*fmt.wrapError)
2022-11-22T21:46:06.736Z INFO pydio.grpc.data.objects.local1 3: github.com/minio/minio@v0.0.0-20220720015624-ce8397f7d944/cmd/server-main.go:385:cmd.initAllSubsystems()
2022-11-22T21:46:06.736Z INFO pydio.grpc.data.objects.local1 2: github.com/minio/minio@v0.0.0-20220720015624-ce8397f7d944/cmd/server-main.go:317:cmd.initServer()
2022-11-22T21:46:06.737Z INFO pydio.grpc.data.objects.local1 1: github.com/minio/minio@v0.0.0-20220720015624-ce8397f7d944/cmd/server-main.go:526:cmd.serverMain()
2022-11-22T21:46:06.752Z INFO pydio.grpc.data.sync.cellsdata ready
2022-11-22T21:46:06.758Z INFO pydio.grpc.data.index.cellsdata ready
2022-11-22T21:46:06.769Z INFO pydio.grpc.data.index.pydiods1 ready
2022-11-22T21:46:06.769Z INFO pydio.grpc.data.index.personal ready
2022-11-22T21:46:06.770Z INFO pydio.grpc.data.sync.pydiods1 ready
2022-11-22T21:46:06.771Z INFO pydio.grpc.data.sync.personal ready
2022-11-22T21:46:06.772Z INFO pydio.grpc.data.index.thumbnails ready
2022-11-22T21:46:06.772Z INFO pydio.grpc.data.index.versions ready
2022-11-22T21:46:06.773Z INFO pydio.grpc.data.sync.thumbnails ready
2022-11-22T21:46:06.774Z INFO pydio.grpc.data.sync.versions ready
2022-11-22T21:46:06.787Z INFO pydio.grpc.data.objects.local1
2022-11-22T21:46:06.787Z INFO pydio.grpc.data.objects.local1 API: SYSTEM()
2022-11-22T21:46:06.787Z INFO pydio.grpc.data.objects.local1 Time: 21:46:06 UTC 11/22/2022
2022-11-22T21:46:06.787Z INFO pydio.grpc.data.objects.local1 DeploymentID: 24cbd2b8-9c89-4482-8fc2-f597173d0626
2022-11-22T21:46:06.787Z INFO pydio.grpc.data.objects.local1 Error: Unable to migrate IAM users and policies to new format: sio: data is not authentic (*fmt.wrapError)
2022-11-22T21:46:06.787Z INFO pydio.grpc.data.objects.local1 1: github.com/minio/minio@v0.0.0-20220720015624-ce8397f7d944/cmd/iam.go:617:cmd.(*IAMSys).Init()
2022-11-22T21:46:06.787Z INFO pydio.grpc.data.objects.local1
2022-11-22T21:46:06.787Z INFO pydio.grpc.data.objects.local1 API: SYSTEM()
2022-11-22T21:46:06.787Z INFO pydio.grpc.data.objects.local1 Time: 21:46:06 UTC 11/22/2022
2022-11-22T21:46:06.787Z INFO pydio.grpc.data.objects.local1 DeploymentID: 24cbd2b8-9c89-4482-8fc2-f597173d0626
2022-11-22T21:46:06.787Z INFO pydio.grpc.data.objects.local1 Error: IAM sub-system is partially initialized, some users may not be available (*errors.errorString)
2022-11-22T21:46:06.787Z INFO pydio.grpc.data.objects.local1 1: github.com/minio/minio@v0.0.0-20220720015624-ce8397f7d944/cmd/iam.go:618:cmd.(*IAMSys).Init()
2022-11-22T21:46:09.326Z INFO pydio.grpc.tasks ready
2022-11-22T21:46:09.362Z INFO pydio.grpc.mailer Starting mailer with sender 'disabled'
2022-11-22T21:46:09.840Z INFO pydio.grpc.oauth Finished auth.InitRegistry
2022-11-22T21:46:09.898Z INFO pydio.grpc.chat ready
2022-11-22T21:46:09.898Z INFO pydio.grpc.user-key ready
Is there anything I can do to fix the IAM migration issues without a clean re-install?