autotier icon indicating copy to clipboard operation
autotier copied to clipboard

A passthrough FUSE filesystem that intelligently moves files between storage tiers based on frequency of use, file age, and tier fullness.

Results 11 autotier issues
Sort by recently updated
recently updated
newest added

My first tier is on an SSD which normally gives me write speeds >300MB/s. But if I test the write-speeds on the autotier-fs I only get ~100MB/s even though it...

question

**Describe the bug** While using the mount to read and write files there will be a segfault. The more heavy IO load the more likely it appears to occur. **To...

bug

/Projects/autotier$ make CC build/autotierfs/autotierfs.o In file included from src/impl/autotierfs/autotierfs.cpp:21: src/incl/config.hpp:24:10: fatal error: 45d/config/ConfigParser.hpp: No such file or directory 24 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [makefile:51: build/autotierfs/autotierfs.o] Error...

Not sure if this is just a oddity of the Fuse file-system or how inodes handled by autotier. I have autotier in a docker container on truenas-scale so the underlying...

Is it possible to use autotier so that an ssd becomes a write cache for a zpool? So e.g. after copying a file via smb it is saved on tier...

Hi there! I am running a crazy experiment in order to replicate what I have with ceph in Proxmox, shared storage replicated on 3 different nodes! And since both gluster,...

Platform: arch linux (up-to-date @ 12.02.2024), gcc version 13.2.1 20230801 (GCC) Fixes following compilation errors: ``` In file included from src/impl/autotierfs/conflicts.cpp:20: src/incl/alert.hpp:96:34: error: ‘uintmax_t’ has not been declared 96 |...

**Describe the bug** Unable to compile the project due to missing header files. Googling these header files turns up with zero results, as if they never existed. **To Reproduce** Try...

bug

Is this project still supported? There hasn't been a commit for 2 years, so I'm asking to understand whether this is still developed and used

Would it be possible to compile AutoTier for ARM64?