[ceph-users] Re: Modify user op status=-125

2023-10-24 Thread mahnoosh shahidi
Yes this can be the reason. Thanks for your help. Best Regards, Mahnoosh On Tue, Oct 24, 2023 at 5:45 PM Casey Bodley wrote: > i don't suppose you're using sts roles with AssumeRole? > https://tracker.ceph.com/issues/59495 tracks a bug where each > AssumeRole request was writing to the user

[ceph-users] Re: Modify user op status=-125

2023-10-24 Thread Casey Bodley
i don't suppose you're using sts roles with AssumeRole? https://tracker.ceph.com/issues/59495 tracks a bug where each AssumeRole request was writing to the user metadata unnecessarily, which would race with your admin api requests On Tue, Oct 24, 2023 at 9:56 AM mahnoosh shahidi wrote: > >

[ceph-users] Re: Modify user op status=-125

2023-10-24 Thread mahnoosh shahidi
Thanks Casey for your explanation, Yes it succeeded eventually. Sometimes after about 100 retries. It's odd that it stays in racing condition for that much time. Best Regards, Mahnoosh On Tue, Oct 24, 2023 at 5:17 PM Casey Bodley wrote: > errno 125 is ECANCELED, which is the code we use when

[ceph-users] Re: Modify user op status=-125

2023-10-24 Thread Casey Bodley
errno 125 is ECANCELED, which is the code we use when we detect a racing write. so it sounds like something else is modifying that user at the same time. does it eventually succeed if you retry? On Tue, Oct 24, 2023 at 9:21 AM mahnoosh shahidi wrote: > > Hi all, > > I couldn't understand what