Hi,
I just added another disk to my NAS and wiped it with OMV.
It is already mounted but not referenced
applying the changes returns:
Code
500 - Internal Server Error
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; omv-salt deploy run --no-color fstab 2>&1' with exit code '1': debian: ---------- ID: create_filesystem_mountpoint_ac3d9aaa-40c3-4ebf-ac6d-04f9024ac564 Function: file.accumulated Result: True Comment: Accumulator create_filesystem_mountpoint_ac3d9aaa-40c3-4ebf-ac6d-04f9024ac564 for file /etc/fstab was charged by text Started: 09:22:30.585579 Duration: 0.899 ms Changes: ---------- ID: mount_filesystem_mountpoint_ac3d9aaa-40c3-4ebf-ac6d-04f9024ac564 Function: mount.mounted Name: /srv/dev-disk-by-uuid-5E3E50EB3E50BE29 Result: True Comment: Target was already mounted Started: 09:22:30.587069 Duration: 382.405 ms Changes: ---------- umount: Forced remount because options (big_writes) changed ---------- ID: create_filesystem_mountpoint_5082ac75-8003-4cda-a1ff-791ad91ba5b4 Function: file.accumulated Result: True Comment: Accumulator create_filesystem_mountpoint_5082ac75-8003-4cda-a1ff-791ad91ba5b4 for file /etc/fstab was charged by text Started: 09:22:30.969687 Duration: 1.073 ms Changes: ---------- ID: mount_filesystem_mountpoint_5082ac75-8003-4cda-a1ff-791ad91ba5b4 Function: mount.mounted Name: /srv/dev-disk-by-uuid-6E26397326393D81 Result: True...
and fails...
in the console lsblk returns (it is about sdg1:
Code
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 119,2G 0 disk
├─sda1 8:1 0 512M 0 part /boot/efi
├─sda2 8:2 0 117,8G 0 part /
└─sda3 8:3 0 977M 0 part [SWAP]
sdb 8:16 0 111,8G 0 disk
├─sdb1 8:17 0 110,8G 0 part /srv/dev-disk-by-uuid-2eb06c6f-ab01-4a45-be3d-cd5431fbb824
├─sdb2 8:18 0 1K 0 part
└─sdb5 8:21 0 975M 0 part
sdc 8:32 0 931,5G 0 disk
└─sdc1 8:33 0 931,5G 0 part /srv/dev-disk-by-uuid-5E3E50EB3E50BE29
sdd 8:48 0 931,5G 0 disk
└─sdd1 8:49 0 931,5G 0 part /srv/dev-disk-by-uuid-6E26397326393D81
sde 8:64 0 931,5G 0 disk
├─sde1 8:65 0 173,7G 0 part /srv/dev-disk-by-uuid-CCF47C60F47C4EA8
└─sde2 8:66 0 757,8G 0 part /srv/dev-disk-by-uuid-A4F42362F4233648
sdf 8:80 0 2,7T 0 disk
sdg 8:96 0 465,8G 0 disk
└─sdg1 8:97 0 465,8G 0 part /srv/dev-disk-by-uuid-80916b8d-b2cb-4271-b559-6e84c44876d9
sdh 8:112 0 1,4T 0 disk
├─sdh1 8:113 0 683,6G 0 part /srv/dev-disk-by-uuid-7244D61944D5E041
└─sdh2 8:114 0 713,7G 0 part /srv/dev-disk-by-uuid-7A0CDF350CDEEB61
sdi 8:128 0 3,6T 0 disk
└─sdi1 8:129 0 3,6T 0 part /srv/dev-disk-by-uuid-aa08fa4d-1b70-431a-aeab-961ffe3fddb4
Display More
I can proceed to the SMB/sharing settings but the above error seems to prevent to make those changes permanent, because the internal server error doesn't disappear.