how to assign different kind of storage devices to a specific user or group in Swift?
Hi, how could I define what kind of storage device is assignd to a specific user or group? I.e. for a special user group I need to assign only partition over SSD disk to guarantee best I/O performance, but I need to use generic disks for others users. How could I do? Thanks