Skip to content

Commit

Permalink
Update azure.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoKramer authored Jan 4, 2024
1 parent ce07ae8 commit 45b6a3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/docs/latest/installing/cloud/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ systemd:
enabled: true
contents: |
[Unit]
Description="Partition disk"
Description="Partition drive"
Before=docker.service
ConditionFirstBoot=yes
[Service]
Expand All @@ -663,6 +663,8 @@ storage:
disk_device="/dev/disk/azure/scsi1/lun10"
partition="/dev/disk/azure/scsi1/lun10-part1"
until [[ -e $disk_device ]]; do echo "Waiting for device" && sleep 1; done
if [[ -n $(lsblk -no NAME $disk_device | sed -n '2,$p') ]]; then
echo "Disk $disk_device is partitioned."
else
Expand Down

0 comments on commit 45b6a3c

Please sign in to comment.