[pve-devel] [PATCH 3/5] DRBD: Fix typo in comment.
Philipp Marek
philipp.marek at linbit.com
Thu Oct 8 10:24:47 CEST 2015
---
PVE/Storage/DRBDPlugin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/Storage/DRBDPlugin.pm b/PVE/Storage/DRBDPlugin.pm
index 91addc5..b150b16 100644
--- a/PVE/Storage/DRBDPlugin.pm
+++ b/PVE/Storage/DRBDPlugin.pm
@@ -314,7 +314,7 @@ sub activate_volume {
($rc, $res) = $hdl->assign($nodename, $volname, { diskless => 'true' });
check_drbd_res($rc);
- # wait until device is acessitble
+ # wait until device is accessible
my $print_warning = 1;
my $max_wait_time = 20;
for (my $i = 0;; $i++) {
--
2.6.1
More information about the pve-devel
mailing list