Skip to content

Commit

Permalink
Merge pull request #410 from arnaudveron/fix-lvm-lv-autoactivation
Browse files Browse the repository at this point in the history
Add boot method for linux lv
  • Loading branch information
arnaudveron committed May 26, 2021
2 parents 86769de + 35f0a65 commit 27cec60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opensvc/drivers/resource/disk/lv/linux.py
Expand Up @@ -166,3 +166,5 @@ def provisioner(self):

self.svc.node.unset_lazy("devtree")

def boot(self):
self.do_stop()

0 comments on commit 27cec60

Please sign in to comment.