Lines Matching refs:in
37 Create an NVMe section in the configuration file using SPDK's `gen_nvme.sh` script.
48 The following will allocate 5GB of huge page memory (in addition to binding the NVMe devices to uio…
65 3. `spdk_cache_size` - Defines the amount of userspace cache memory used by SPDK. Specified in ter…
73 BlobFS provides a FUSE plug-in to mount an SPDK BlobFS as a kernel filesystem for inspection or deb…
74 The FUSE plug-in requires fuse3 and will be built automatically when fuse3 is detected on the syste…
80 Note that the FUSE plug-in has some limitations - see the list below.
85 …may run into issues. BlobFS will be tested in a broader range of use cases after this initial rel…
87 yet so is not part of the public interface yet. This will be added in a future release.
88 * File renames are not atomic. This will be fixed in a future release.
90 …as xattrs in each blob. This means that filename lookup is an O(n) operation. An SPDK btree impl…
91 underway which will be the underpinning for BlobFS directory support in a future release.
93 will be added in a future release.