Great to hear that!Yep, the dashboard works perfectly now. Thanks!
Not sure how i got it working, is now working, i either had a sequencing issue in dashboard install commands or it was recreating all managers that did the trick
Can someone point me to definitive instructions on how to set this up, i have been trying to follow some of the ones i found and keep hitting issues.
I have the packages installed and the dashboard enabled - i am stumbling at the self signed section of instructions...
ceph dashboard create-self-signed-cert
does - if you run it, you'll instead receive a couple instructions that show you how to configure a self-signed cert yourself.@Max Carrara Any ETA for these patches to reach enterprise repo? Thanks!
i also observed that there is no new update is showing in both debian and proxmox for past few weeks.... is the repository has some issue, or the subscription has some issue....... unable to figure it out ? any help
no-subscription
repo - that means what community users using Quincy should see their Ceph Dashboard working again (or be able to set it up) now.enterprise
repo, but I assure you, expect updates to come in soon.The newest Ceph Quincy patches were recently pushed onto theno-subscription
repo - that means what community users using Quincy should see their Ceph Dashboard working again (or be able to set it up) now.
the cluster is also upgraded to reef, strangely i am getting those annoying log messages (ceph crash) 2 out of three server , just waiting for a solution ...... i moved all the vm to local storage ........ just to be on safe side.....What about Reef? Currently all my PVE8 clusters with Ceph use Reef.
Thanks!
ceph -s
returns HEALTH OKceph mgr module disable restful
and ceph mgr module disable dashboard
.What about Reef? Currently all my PVE8 clusters with Ceph use Reef.
Thanks!
enterprise
repos, you'll still have to wait a little for the update. The no-subscription
repos for both Reef and Quincy now contain all necessary patches for the dashboard.enterprise
repos for PVE should already be updated. That's what I didn't want to spoil earlier. enterprise
repos for Ceph Reef & Quincy should follow relatively soon.what about those ceph crash messages in log ..... ?????
pve-manager
version 8.1.11 or later. See: #4759enterprise
repo.we updated the cluster and those warning messages are gone, but now a different problem arise, swap usages
root@pve-2:~# free -m
total used free shared buff/cache available
Mem: 257373 169060 49544 51 40652 88313
Swap: 8191 6040 2151
kindly guide is this will cause the system unusable ? and why so much swap usage is showing when so much memory is free, only two vm running in this node now ? kindly guide
sysctl vm.swappiness
x
is a value between 0
and 100
, higher means that the kernel will try to move more stuff to swap space):sysctl vm.swappiness=x
cat /proc/sys/vm/swappiness
No, that should not make your system unusable. From what I can tell, there's nothing you have to worry about - it just means that some stuff in RAM has been put onto your disk. That in itself is completely harmless.
You can check your swappiness like this:
Bash:sysctl vm.swappiness
You can alter that value as you wish depending on what your needs are (wherex
is a value between0
and100
, higher means that the kernel will try to move more stuff to swap space):
Bash:sysctl vm.swappiness=x
To ensure your value has been set, you can execute the first command again, or try the following:
Bash:cat /proc/sys/vm/swappiness
Also, please open a new thread for off-topic questions the next time, thanks!
Yes.
Regular users will find that updates for Ceph Quincy are already out; Reef should follow soon, too.