Skip to content

Commit 238a108

Browse files
committed
storaged: clarify vdo-monitoring is for legacy vdo
1 parent 6cbad38 commit 238a108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/storaged/client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,6 +1354,7 @@ function legacy_vdo_overlay() {
13541354
function start() {
13551355
let buf = "";
13561356

1357+
// legacy vdo monitoring (RHEL-8)
13571358
return cockpit.spawn(["/bin/sh", "-c", "head -1 $(command -v vdo || echo /dev/null)"],
13581359
{ err: "ignore" })
13591360
.then(function (shebang) {

0 commit comments

Comments
 (0)