Skip to content

Commit b3bbc65

Browse files
committed
Fix link
1 parent b06051d commit b3bbc65

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/setup/manual_install_stein.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ mv /etc/openstack-dashboard/{local_settings,local_settings.bk}
16681668

16691669
- Cập nhật cấu hình
16701670
```sh
1671-
curl --url https://raw.githubusercontent.com/nhanhoadocs/tutorial-openstack/master/docs/template/local_settings --output /etc/openstack-dashboard/local_settings
1671+
curl --url https://raw.githubusercontent.com/uncelvel/tutorial-openstack/master/docs/template/local_settings --output /etc/openstack-dashboard/local_settings
16721672

16731673
sed -Ei 's|0.0.0.0|10.10.22.120|g' /etc/openstack-dashboard/local_settings
16741674
new_secret=$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 20 | head -n 1)
@@ -1742,7 +1742,7 @@ sda 252:0 0 50G 0 disk
17421742
├─sda2 252:2 0 38G 0 part
17431743
│ └─VolGroup00-LogVol01 253:0 0 38G 0 lvm /
17441744
└─vda3 252:3 0 8G 0 part [SWAP]
1745-
sdb 252:16 0 100G 0 disk
1745+
vdb 252:16 0 100G 0 disk
17461746
[root@controller ~(admin-openrc)]$
17471747
```
17481748

@@ -1808,10 +1808,10 @@ systemctl enable lvm2-lvmetad.service
18081808
systemctl start lvm2-lvmetad.service
18091809
```
18101810

1811-
- Chỉnh sửa file `/etc/lvm/lvm.conf` bổ sung filter cho `sdb`
1811+
- Chỉnh sửa file `/etc/lvm/lvm.conf` bổ sung filter cho `vdb`
18121812
```sh
18131813
# Line 142
1814-
filter = [ "a/sdb/", "r/.*/"]
1814+
filter = [ "a/vdb/", "r/.*/"]
18151815
```
18161816

18171817
- Tạo LVM volume /dev/vdb:

0 commit comments

Comments
 (0)