]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
src: Rename "zns" directory to "zoned". 35460/head
authorAbutalib Aghayev <agayev@cs.cmu.edu>
Mon, 8 Jun 2020 14:04:58 +0000 (10:04 -0400)
committerAbutalib Aghayev <agayev@cs.cmu.edu>
Mon, 8 Jun 2020 14:26:45 +0000 (10:26 -0400)
commit7b74ddd6fbc2698ef30e5de4e0237aa320b590d3
treef21866296c15688cc8ccc540c6d15659cd77c92d
parentf1a214c4490b42cf2ee84d1e9c635679d406555d
src: Rename "zns" directory to "zoned".

"zoned" is a more appropriate name for both HDDs and SSDs that support the zone
interface.  ZNS is an NVMe standard for zoned SSDs only.  Zoned HDDs, on the
other hand, use a SATA standard called ZBC/ZAC.

Signed-off-by: Abutalib Aghayev <agayev@cs.cmu.edu>
src/blk/BlockDevice.cc
src/blk/CMakeLists.txt
src/blk/zns/HMSMRDevice.cc [deleted file]
src/blk/zns/HMSMRDevice.h [deleted file]
src/blk/zoned/HMSMRDevice.cc [new file with mode: 0644]
src/blk/zoned/HMSMRDevice.h [new file with mode: 0644]