› VitalPBX Community Support › General Discussion › Mailsettings › Reply To: RE: Mailsettings
-
- January 23, 2020 at 5:19 pm
Ok, the problem is that your virtualizer doesn’t generate regular or common devices name, this avoids that the storage info gets populated on the GUI, and when you try to save, you get that error, because there are no storage notifications to configure.
This is an output from one of our servers:
[root@devel www]# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
devtmpfs devtmpfs 1845404 0 1845404 0% /dev
tmpfs tmpfs 1857620 0 1857620 0% /dev/shm
tmpfs tmpfs 1857620 171652 1685968 10% /run
tmpfs tmpfs 1857620 0 1857620 0% /sys/fs/cgroup
/dev/mapper/cl-root xfs 112339968 24638684 87701284 22% /
/dev/sda1 xfs 1038336 254852 783484 25% /boot
tmpfs tmpfs 371528 0 371528 0% /run/user/0On the source code, the Filesystem is filtered by any string starting with “/dev”.In your case, the main file system starts with “rpool”, so, it is not recognized by VitalPBX.
We will search for a solution, for this issue. I will let you know when this gets fixed.
0