Can't add PBS to PVE8

stsuji

New Member
Mar 27, 2025
6
0
1
When I try to add a PBS server, an error occurs and I cannot add a new PBS server.

There are already three PBS servers and five NFS storages connected.

Is there a limit to the number of storages that can be connected?


スクリーンショット 2025-03-27 210310.png
 
Last edited:
Hey,

no, there is no limit. What is the error you are getting?
 
I have attached the error screen.
I was able to connect to the PBS web screen, and when I captured packets on the PBS side, I was able to confirm that some kind of communication was occurring.
 
Hmm, does ping 172.30.1.67 (on the PVE host) work?
 
yes.Ping IS OK.
When PBS is stopped, Ping becomes NG and there are no IP duplications.
 

Attachments

  • スクリーンショット 2025-03-27 213351.png
    スクリーンショット 2025-03-27 213351.png
    97.9 KB · Views: 7
Last edited:
Anything in the syslogs(journalctl -f) on the PBS?
 
When I connected from PVE, no logs were displayed at all.
root@mtn01cld58:~# journalctl -f
-- Journal begins at Fri 2025-02-28 20:58:36 JST. --
Mar 28 08:34:39 mtn01cld58 systemd[1626]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Mar 28 08:34:39 mtn01cld58 systemd[1626]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Mar 28 08:34:39 mtn01cld58 systemd[1626]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Mar 28 08:34:39 mtn01cld58 systemd[1626]: Listening on GnuPG cryptographic agent and passphrase cache.
Mar 28 08:34:39 mtn01cld58 systemd[1626]: Reached target Sockets.
Mar 28 08:34:39 mtn01cld58 systemd[1626]: Reached target Basic System.
Mar 28 08:34:39 mtn01cld58 systemd[1626]: Reached target Main User Target.
Mar 28 08:34:39 mtn01cld58 systemd[1]: Started User Manager for UID 0.
Mar 28 08:34:39 mtn01cld58 systemd[1626]: Startup finished in 615ms.
Mar 28 08:34:39 mtn01cld58 systemd[1]: Started Session 14 of user root.
<ーーーAdd storage from PVE
q^C
 
Sessions in the process of adding storage from PVE

root@mtn01cld58:~# ss -tan
ESTAB 0 2374 [::ffff:172.30.1.67]:8007 [::ffff:172.30.1.46]:57254
 
This is weird. Could you login into the WebUI of the PBS with the same user you use on the PVE host to add it. Then replace the last part of the URL with
Code:
...67:8007/api2/json/config/datastore
Does this work? Do you get a list of datastores?
 
Sorry for the late confirmation.
When I accessed from the management terminal, I received the following response.



1744195629662.png