Hi, i am using a Hetzner storage box in my proxmox cluster. From time to time the connection is failing and I delete and add the storage box again to make to working.
Today I had the same problem and tried to find the root cause.
What I can see when calling mount is that the ipv4 address is used to mount the storage box:
But if I dig the DNS for my storage box I receive a different IPv4 address. Seems that Hetzner change the IP adress for storage boxes from time to time.
Because I do not use the IP address but the FQDN for adding the storage to my cluster: What would be a proper solution? I a quite surprised that mounting the storage box via FQDN leads to a static ip mounting.
Today I had the same problem and tried to find the root cause.
What I can see when calling mount is that the ipv4 address is used to mount the storage box:
Code:
//XXXX.your-storagebox.de/backup on /mnt/pve/storage-proxmox1 type cifs (rw,relatime,vers=3.1.1,cache=strict,username=XXXX,uid=0,noforceuid,gid=0,noforcegid,addr=65.21.90.67,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1)
But if I dig the DNS for my storage box I receive a different IPv4 address. Seems that Hetzner change the IP adress for storage boxes from time to time.
Because I do not use the IP address but the FQDN for adding the storage to my cluster: What would be a proper solution? I a quite surprised that mounting the storage box via FQDN leads to a static ip mounting.