Misc
This commit is contained in:
parent
14ca17d1b2
commit
b84e5aa606
@ -3,4 +3,4 @@
|
|||||||
1. Confirm all SMB shares are mounted and working. Run `mount -v | grep cifs` to list all cifs shares.
|
1. Confirm all SMB shares are mounted and working. Run `mount -v | grep cifs` to list all cifs shares.
|
||||||
2. Confirm iSCSI device is connected and mounted. Run `sudo iscsiadm -m session` to list active sessions. Then run `mount -v | grep /mnt/iscsi` to ensure the device is mounted.
|
2. Confirm iSCSI device is connected and mounted. Run `sudo iscsiadm -m session` to list active sessions. Then run `mount -v | grep /mnt/iscsi` to ensure the device is mounted.
|
||||||
3. Check for any leftover containers. Run `docker ps -a`.
|
3. Check for any leftover containers. Run `docker ps -a`.
|
||||||
4. Start all Docker compose stacks. Run `for stack in /home/admin/homelab/fighter/config/*; do cd $stack && docker-compose up -d; done`.
|
4. Start all Docker compose stacks. Run `for stack in /home/admin/homelab/fighter/config/*; do cd $stack && docker-compose up -d; done`.
|
||||||
|
Loading…
Reference in New Issue
Block a user