Lab asks to mount /dev/sdb1 on /mnt/system-report on serverb.
However this partition does not exist even though the lab start script states that it was created.
This prartition does exist on servera so it is possible to do the lab tasks there.
Although the lab grade script expects serverb to have the mount and files so getting a grading is impossible.
Hi
No problem here. Recommend to reset lab:
student@workstation:~$ lab start fs-review
SUCCESS Check connections
- servera
- serverb
SUCCESS Ensuring the mount directory does not exist
SUCCESS Ensuring there are no partitions on /dev/sdb
SUCCESS Creating a partition on /dev/sdb
student@workstation:~$ ssh serverb
Web console: https://serverb.lab.example.com:9090/ or https://172.25.250.11:9090/
Register this system with Red Hat Insights: rhc connect
Example:
# rhc connect --activation-key <key> --organization <org>
The rhc client and Red Hat Insights will enable analytics and additional
management capabilities on your system.
View your connected systems at https://console.redhat.com/insights
You can learn more about how to register your system
using rhc at https://red.ht/registration
[student@serverb ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 10G 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 200M 0 part /boot/efi
└─sda3 8:3 0 9.8G 0 part /
sdb 8:16 0 5G 0 disk
└─sdb1 8:17 0 5G 0 part
sdc 8:32 0 5G 0 disk
sdd 8:48 0 5G 0 disk
[student@serverb ~]$
Hi
No problem here. Recommend to reset lab:
student@workstation:~$ lab start fs-review
SUCCESS Check connections
- servera
- serverb
SUCCESS Ensuring the mount directory does not exist
SUCCESS Ensuring there are no partitions on /dev/sdb
SUCCESS Creating a partition on /dev/sdb
student@workstation:~$ ssh serverb
Web console: https://serverb.lab.example.com:9090/ or https://172.25.250.11:9090/
Register this system with Red Hat Insights: rhc connect
Example:
# rhc connect --activation-key <key> --organization <org>
The rhc client and Red Hat Insights will enable analytics and additional
management capabilities on your system.
View your connected systems at https://console.redhat.com/insights
You can learn more about how to register your system
using rhc at https://red.ht/registration
[student@serverb ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 10G 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 200M 0 part /boot/efi
└─sda3 8:3 0 9.8G 0 part /
sdb 8:16 0 5G 0 disk
└─sdb1 8:17 0 5G 0 part
sdc 8:32 0 5G 0 disk
sdd 8:48 0 5G 0 disk
[student@serverb ~]$
Deleted and recreated the lab environment.
That seems to have solved the issue. Not sure what the problem was the first time.
Thanks.
Thanks @ARoumiantsev for the recommendation and glad that it is resolved for you @Matyas_Varnagy !
Next time if you face this again - do not delete your lab - reach out to me so that I can check the root cause and propose the permanent fix. It is weird that it did create the partition on servera earlier and after reset it did so in serverb.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.