You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beegfs-user
Hello,
we're trying to set up test Minio instance on BeeGFS 7.1.5 with 4
directories. Minio version used is RELEASE.2021-11-24T23-19-33Z.
Server starts successfully:
minio server /mnt/beegfs/data{01..04}
However, once we try uploading data server fails with:
API: SYSTEM()
Time: 19:05:45 CET 12/07/2021
DeploymentID: 0ad797b0-2a95-41e1-8952-0b0ca0f3b9f8
Error: file not found (cmd.StorageErr)
5: cmd/xl-storage.go:1953:cmd.(*xlStorage).RenameData.func1()
4: cmd/xl-storage.go:2201:cmd.(*xlStorage).RenameData()
3:
cmd/xl-storage-disk-id-check.go:391:cmd.(*xlStorageDiskIDCheck).RenameData()
2: cmd/erasure-object.go:552:cmd.renameData.func1()
1:
internal/sync/errgroup/errgroup.go:123:errgroup.(*Group).Go.func1()
We suspect the issue is that Minio doesn't really support shared storage
in combination with erasure coding configuration. Still we would like to
understand what is happening on BeeGFS side.