Skip to content

Unable to append to file #369

@jfantinhardesty

Description

@jfantinhardesty

Problem

When opening a file with O_APPEND, writes are not able to be appended to the file and

Expected behavior

Data should be able to be appended to files.

How to reproduce

Run the following command in a cloudfuse mounted directory with a file test.txt already existing. echo "Appending text" >> ./test.txt. This will then give the error bash: echo: write error: Input/output error

Logs

No response

Deployment information

Latest cloudfuse version 1.7.1 using file_cache config.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions