We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7232a71 commit d66225eCopy full SHA for d66225e
xenvm/lvdisplay.ml
@@ -42,13 +42,13 @@ let print_verbose vg lv =
42
Printf.sprintf "LV Size %Lds" size;
43
Printf.sprintf "Current LE %Ld" (Lvm.Lv.size_in_extents lv);
44
Printf.sprintf "Segments %d" (List.length lv.Lvm.Lv.segments);
45
- Printf.sprintf "Allocation: inherit";
46
- Printf.sprintf "Read ahead sectors: auto";
+ Printf.sprintf "Allocation inherit";
+ Printf.sprintf "Read ahead sectors auto";
47
(*
48
- currently set to 256
49
*)
50
] @ (match device with
51
- | Some device -> [ Printf.sprintf "Block device: %s" device ]
+ | Some device -> [ Printf.sprintf "Block device %s" device ]
52
| None -> []) @ [
53
"";
54
] in
0 commit comments