summary refs log tree commit diff stats
path: root/results/classifier/deepseek-r1:14b/output/hypervisor/1652459
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-r1:14b/output/hypervisor/1652459')
-rw-r--r--results/classifier/deepseek-r1:14b/output/hypervisor/165245912
1 files changed, 12 insertions, 0 deletions
diff --git a/results/classifier/deepseek-r1:14b/output/hypervisor/1652459 b/results/classifier/deepseek-r1:14b/output/hypervisor/1652459
new file mode 100644
index 00000000..e482f67c
--- /dev/null
+++ b/results/classifier/deepseek-r1:14b/output/hypervisor/1652459
@@ -0,0 +1,12 @@
+
+kvm rbd driver (and maybe others, i.e. qcow2, qed and so on)  does not report DISCARD-ZERO flag
+
+# lsblk -D
+NAME   DISC-ALN DISC-GRAN DISC-MAX DISC-ZERO
+sda           0        4K       1G         0
+├─sda1        0        4K       1G         0
+├─sda2     1024        4K       1G         0
+└─sda5        0        4K       1G         0
+
+
+Last column should be `1` at least for "RBD+discard=unmap" since reading from discarded regions in RBD MUST return zeroes. The same with QCOW2, QED and sparse raw images. KVM should copy value of this flag when real raw device (i.e. real SSD) with discard capability is used as virtual disk.
\ No newline at end of file