mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-26 05:45:57 +03:00
[GH-ISSUE #2512] running git commit in a s3fs mount error #1227
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1227
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhujintao on GitHub (Aug 15, 2024).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2512
git commit -a -m "update"error: non-monotonic index .git/objects/pack/._pack-50f486edacd086d8cc2259d1aa811a006d8549d0.idx
error: non-monotonic index .git/objects/pack/._pack-50f486edacd086d8cc2259d1aa811a006d8549d0.idx
error: non-monotonic index .git/objects/pack/._pack-50f486edacd086d8cc2259d1aa811a006d8549d0.idx
error: non-monotonic index .git/objects/pack/._pack-50f486edacd086d8cc2259d1aa811a006d8549d0.idx
error: non-monotonic index .git/objects/pack/._pack-50f486edacd086d8cc2259d1aa811a006d8549d0.idx
fatal: sha1 file '/s3disk/zkitx/.git/index.lock' write error: Device not configured
@gaul commented on GitHub (Aug 15, 2024):
Are you running
git commitin a s3fs mount? Does this reproduce using any specific git repo that I can access?@zhujintao commented on GitHub (Aug 15, 2024):
git clone repository in s3fs mount, modify files and git commit error
@ggtakec commented on GitHub (Aug 17, 2024):
@zhujintao
I have tried clone/change sources/add files/commit/push of the git repository using my own environment.
However, it works fine and I cannot reproduce this problem.
Please tell us your s3fs startup command line(or fstab).
Also, could you collect logs by specifying
dbglevel(=info)(andcurldbgif necessary) options?I think you can find logs when an error occurs, so please share that information.
@zhujintao commented on GitHub (Aug 17, 2024):
@ggtakec
tks! I remount it using command script it will work normally.
use
launchdmount problem, for macOSlaunchctl load ~/Library/LaunchAgents/mydisk-sync.s3fs.plist@ggtakec commented on GitHub (Aug 24, 2024):
@zhujintao Thanks for your reply.
Does this issue occur only with s3fs launched via launchd on macOS?
You say that the error occurs with the
git commitcommand, but do other operations such as reading and writing to files and directory listings work normally?In any case, I think we will need to check the logs output by dbglevel and curldbg to identify the cause.
@zhujintao commented on GitHub (Aug 27, 2024):
Now, s3fs launched normal, only upgrade macOS 15 Beta 7. Thank!