Search results

  1. A

    ceph issue after upgrade

    OK Luckily, I found an old backup and copied "ceph-vs5" folders of "/var/lib/ceph/mon/" & "/var/lib/ceph/mgr/" to the server, rebooted the server. After that manager worked but monitor not worked. Becuse there is its folder inside /lib/mon I could destroy the monitor an recreate it again. Now...
  2. A

    ceph issue after upgrade

    Hi, I have 3 nodes. Today I updated 1 node: pve-kernel 6.4.-15 to 6.4-18, pve-manager 6.4-14 to 6.4.-15. There was no ceph update at this time. I checked the ceph to validate the status before update other servers. Ceph seems working but the updated node failed the its own monitor and manager...
  3. A

    status: unknown

    yes, time is get by ntp server and it looks like it is working main storage is ceph iscsi target is defined on 2 nodes only. infact this node is a low profile machine, there may be some hardware issues also, for example this machine comes to online in almost 12-13 minutes after reboot. Frankly...
  4. A

    status: unknown

    I checked the node with "systemctl status pve*", i am getting: ----------------- pve-firewall.service - Proxmox VE firewall Loaded: loaded (/lib/systemd/system/pve-firewall.service; enabled; vendor preset: enabled) Active: failed (Result: timeout) since Mon 2022-03-14 17:06:28 +03; 1 day...
  5. A

    status: unknown

    I checked the mtu sizes of all interfaces of all nodes. They are all same and set to 1500. My switches dont have mtu change option, there is only jumbo frame support but it is disabled.
  6. A

    status: unknown

    I attached last syslog of vs5, I had done several reboots. I hope it helps.
  7. A

    status: unknown

    Thanks Moayad, These restarts resolved the status. But when i reboot i have to run them again.
  8. A

    status: unknown

    Hi, I have a 3 node cluster. Last saturday I updated them all. After upgrade (not immediatelly, at saturday night i think), one machine went into status unknown. That machine and its drives-vms are shown as unknown status. However, I can access to the server, and ssh it. Ceph shows there is no...
  9. A

    alienvault ossim

    Thanks your feedback Stoiko, sorry for my late reply, i wanted to dig it more before. I tried many things, and dealt with the logs. Unfortunatelly the best i could get via -moving disk from ceph to local -removing HIDS/NIDS plugins -increasing the core number from 3 to 6 :)) most recent updates...
  10. A

    alienvault ossim

    Hi, I installed alienvault ossim on my proxmox cluster as a siem solution of my network. Infact I guess this question can be more related with ossim itself than proxmox, but i would like to know your experience. Running proxmox machine has 2x4-core xeon e5410 with 16gb ram. Ossim uses 3 cores...
  11. A

    MAC address spoofing

    No, it should be dynamic so that it can be set by vm itself according to carp protocol, afaik
  12. A

    MAC address spoofing

    Hi, I installed a vm for Opnsense backup firewall. Master firewall is a real machine. For carp communication, it is suggested to enable mac address spoofing for VM. ( https://www.thomas-krenn.com/en/wiki/OPNsense_HA_Cluster_configuration ) But i couldnt find a way to enable mac address spoofing...
  13. A

    Trunk or multiple nics

    Thanks Aaron, Since I use ceph to host VM disks, is it important to use a dedicated migration network? If i am not wrong, dedicated migration network is not necessary if guest is offline. But what if guest is online, does it have a big data to migrate which we will prefer a dedicated link for...
  14. A

    Trunk or multiple nics

    Hi, Sorry if there is an answer before. You know, we may have lots of physical servers for virtualization, and this means that there will be so many roles in them. Consequently each server may have multiple nics. I know, this question really depends on what is needed but i am seeking general...