-
Notifications
You must be signed in to change notification settings - Fork 1
Erroneous "No space left on device" #420
Copy link
Copy link
Closed
Description
I've created a Stratis pool using two 6 TB LUKS devices:
$ stratis blockdev
Pool Name Device Node Physical Size Tier
redundant-pool /dev/mapper/stratis-backup-storage-0 5.46 TiB Data
redundant-pool /dev/mapper/stratis-backup-storage-1 5.46 TiB Data
$ stratis pool
Name Total Physical
redundant-pool 10.92 TiB / 1020.59 GiB / 9.92 TiB
With a filesystem on top of it:
$ stratis fs
Pool Name Name Used Created Device UUID
redundant-pool backup-storage 1020.50 GiB May 01 2020 12:24 /stratis/redundant-pool/backup-storage 75a9f6ee5f614d88b35c11f43899bcf9
However, I'm not able to use more than about 1 TB of space on the filesystem:
$ fallocate -l 10G test.img
fallocate: fallocate failed: No space left on device
Are there any other steps that need to be taken to use all of the available storage?
I'm using Stratis 2.0.1 on Fedora 32.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels