You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deallocated or Unwritten Logical Block Error (DULBE) is an option on NVMe drives that allows a storage array to deallocate blocks that are part of a volume. Deallocating blocks on a drive can greatly reduce the time it takes to initialize volumes. In addition, hosts can deallocate logical blocks in the volume using the NVMe Dataset Management command.
886
+
Deallocated or Unwritten Logical Block Error (DULBE) is an option on
887
+
NVMe drives that allows a storage array to deallocate blocks that are
888
+
part of a volume. Deallocating blocks on a drive can greatly reduce
889
+
the time it takes to initialize volumes. In addition, hosts can
890
+
deallocate logical blocks in the volume using the NVMe Dataset
891
+
Management command.
853
892
*/
854
-
if (NVME_ERR_REC_DULBE(n->features.err_rec)) {
855
-
status=zns_check_dulbe(ns, slba, nlb);
856
-
if (status) {
857
-
goto err;
858
-
}
859
-
}
860
-
}
893
+
if (NVME_ERR_REC_DULBE(n->features.err_rec)) { status=
femu_log("|\tnchnl\t: %lu\t|\tchips per chnl\t: %lu\t|\tplanes per chip\t: %lu\t|\tblks per plane\t: %lu\t|\tpages per blk\t: %lu\t|\n",id_zns->num_ch,id_zns->num_lun,id_zns->num_plane,id_zns->num_blk,id_zns->num_page);
0 commit comments