I have a fog 1.50 server. It’s been fine, as I’ve just been using it to deploy one set of images. I have a SSD Array for the boot device, and /images.
I found I needed a bit more storage for some odd servers I needed, which could be a slow deployment, so I added a 5TB SATA drive as /images2.
I had to rebuild the images in /images , they are 103 GB in size on the disk, 447GB on the client. They are raw, single disk images.
The problem is I seem to be getting versions of the images on /images in /images2 here’s a copy from putty
image@fog:/images$ ls
dev Linux-KM-Server5 Server3-VMware6.5
images2-5TB Linux-KM-Server6 Server4-VMware6.5
Linux-KM-Server0 Linux-KM-Server7 Server5-VMware6.5
Linux-KM-Server1 Linux-KM-Server8 Server6-VMware6.5
Linux-KM-Server10 lost+found Server7-VMware6.5
Linux-KM-Server11 postdownloadscripts Server8-VMware6.5
Linux-KM-Server2 Server0-VMware6.5 Temp-S10-Waitingforspace
Linux-KM-Server3 Server10-VMware6.5 Temp-S11
Linux-KM-Server4 Server2-VMware6.5 vRoom1-ESXi-Guacamole
image@fog:/images$ ls /images2
backup-copy Linux-KM-Server5 Server2-VMware6.5
dev Linux-KM-Server6 Server3-VMware6.5
images2-5TB Linux-KM-Server7 Server4-VMware6.5
Linux-KM-Server0 Linux-KM-Server8 Server5-VMware6.5
Linux-KM-Server1 lost+found Server6-VMware6.5
Linux-KM-Server10 postdownloadscripts Server7-VMware6.5
Linux-KM-Server11 Server0-VMware6.5 Server8-VMware6.5
Linux-KM-Server2 Server10-VMware6.5 Temp-S10-Waitingforspace
Linux-KM-Server3 Server11-VMware6.5 Temp-S11
Linux-KM-Server4 Server1-VMware6.5 vRoom1-ESXi-Guacamole
image@fog:/images$
The actual directories contain the following;
image@fog:/images$ ls -l Server0-VMware6.5/
total 100958896
-rwxrwxrwx 1 root root 103381871523 Jun 6 21:04 Server0-VMware6.5.000
image@fog:/images$ ls -l /images2/Server0-VMware6.5/
total 1421388
-rw-r--r-- 1 fog root 1455495892 Mar 21 20:00 Server0-VMware6.5.000
image@fog:/images$
Can anyone guide me as to what’s happening, and what I can delete. I don’t have enough space left to actually image up the servers.
Thanks
Julian