DRBD: Fix typo in comment.
This commit is contained in:
committed by
Dietmar Maurer
parent
046fd4cb61
commit
0bdf560cff
@ -314,7 +314,7 @@ sub activate_volume {
|
|||||||
($rc, $res) = $hdl->assign($nodename, $volname, { diskless => 'true' });
|
($rc, $res) = $hdl->assign($nodename, $volname, { diskless => 'true' });
|
||||||
check_drbd_res($rc);
|
check_drbd_res($rc);
|
||||||
|
|
||||||
# wait until device is acessitble
|
# wait until device is accessible
|
||||||
my $print_warning = 1;
|
my $print_warning = 1;
|
||||||
my $max_wait_time = 20;
|
my $max_wait_time = 20;
|
||||||
for (my $i = 0;; $i++) {
|
for (my $i = 0;; $i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user