Note!! Please register for a free account to access the full content and also to participate in Q&A in the community
OCI: Disk Full While Copying File to Bucket
Applies to:
Oracle Cloud Infrastructure - Version N/A and later
Linux x86-64
Symptoms
While copying a large file to an OCI Bucket, the copy fails with error. It’s also noticeable that the root filesystem became full during the copy.
# cp /tmp/file /mnt/ cp: error writing '/mnt/file': No space left on device cp: failed to close '/mnt/file': File too large
Cause
The Bucket filesystem was mounted using s3fs, which requires a local caching for operation.
Copying a large file will create a copy of that file in the cache, that defaults for /tmp.
Tagged:
0