[PR #685] [MERGED] Warn when rootDir lacks extended attribute support #824

Closed
opened 2026-03-03 12:31:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/685
Author: @gaul
Created: 2/16/2022
Status: Merged
Merged: 2/21/2022
Merged by: @fsouza

Base: mainHead: fs/xattr-warning


📝 Commits (4)

  • e7d973a Warn when rootDir lacks extended attribute support
  • e38c466 internal/backend/fs: bail if xattr is not supported
  • cb2d4b8 internal/backend: fix test
  • 07911e7 go mod tidy

📊 Changes

3 files changed (+15 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)
📝 internal/backend/fs.go (+12 -0)

📄 Description

This hints to the user to reconfigure the server. References #684.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/685 **Author:** [@gaul](https://github.com/gaul) **Created:** 2/16/2022 **Status:** ✅ Merged **Merged:** 2/21/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `fs/xattr-warning` --- ### 📝 Commits (4) - [`e7d973a`](https://github.com/fsouza/fake-gcs-server/commit/e7d973ab8c74838de1ea2888fd298e8106ce8353) Warn when rootDir lacks extended attribute support - [`e38c466`](https://github.com/fsouza/fake-gcs-server/commit/e38c4667d7937a52423f27cf64de564ddaaf3ec4) internal/backend/fs: bail if xattr is not supported - [`cb2d4b8`](https://github.com/fsouza/fake-gcs-server/commit/cb2d4b8a0ffd867e730f7c717ffc591b558963d2) internal/backend: fix test - [`07911e7`](https://github.com/fsouza/fake-gcs-server/commit/07911e7f6452474ce4946c4557efbb13192240a0) go mod tidy ### 📊 Changes **3 files changed** (+15 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) 📝 `internal/backend/fs.go` (+12 -0) </details> ### 📄 Description This hints to the user to reconfigure the server. References #684. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:31:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#824
No description provided.