Closed ZhuWeiLin0 closed 1 year ago
With zonefs, one file == one zone, so there is no intelligence in zonefs regarding data placement: the user application needs to choose the right file/zone to write data. zonefs is also fully integrated within the VFS layer so all regular system calls works as expected, modulo the append-write only constraint for sequential zone files. Please read the documentation that comes with the kerenl (Documentation/filesystems/zonefs.rst) and here: https://zonedstorage.io/docs/linux/fs#zone-files
Hello, I'm a newbie to ZNS and the file system. I have two questions for zonefs:
any help is deeply thanked !