New Install Error for Images
-
Just installed Fedora 27 on a machine, followed the recommendations on how to properly partition and mount points. Installed Fog 1.4.4 with no errors. Log in, and the dashboard reports no storage node space. Clicking on it goes to hardware information and it says Invalid Server Information. I click edit node > DefaultMember and everything looks good there. What am I missing or what went wrong on install?
-
This is a single fog server right? And that fog server has all of the storage directly connected to the FOG server as local DAS drives right?
On the fog server linux console what does the output of this command look like
df -h
? -
@george1421 Yes, it is a single fog server. The storage is a partition on the (only) hard drive. Here’s the output:
Filesystem Size Used Avail Use% Mounted on
devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs 3.9G 11M 3.9G 1% /dev/shm
tmpfs 3.9G 2.0M 3.9G 1% /run
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/sda2 49G 6.1G 41G 14% /
tmpfs 3.9G 2.2M 3.9G 1% /tmp
/dev/sda1 976M 142M 768M 16% /boot
/dev/sda3 9.8G 347M 9.0G 4% /home
/dev/sda6 383G 69M 364G 1% /images
tmpfs 788M 16K 788M 1% /run/user/42
tmpfs 788M 4.6M 783M 1% /run/user/1000 -
@rlindenschmidt Great we can see you have 364GB free for your /images mount. Can you provide a screen shot of the error you are seeing. From the
df
command it looks correct. -
What about the ip/hostname?
-
@george1421 and Here you go. Thanks for the assistance!
-
@tom-elliott If I actually try to edit the node, my IP and all info shows up.
-
@rlindenschmidt based on what I’m seeing the node doesn’t appear to be available.
-
I know that doesn’t help right now but it’s the best I got. I don’t have my computer available right now so I can’t be much more help than that. Now what I might suggest is the id=null in the browser change the null to the id of your storage node, does the information then show up?
-
@tom-elliott If the storage ID is the same as the name, same error. if the ID is something else, unsure where to locate that.
-
@rlindenschmidt Default ID is 1, I believe.
-
Sorry for the delay, had a snow day yesterday and didn’t wanna come in just for this. Wound up deleting the default storage node and recreating it. Rebooted, and now everything seems to be good.