Search results

  1. J

    [SOLVED] Help: CEPH pool non responsive/inactive after moving to a new house/new connection

    1) ceph status returns timeout as well. 2) Checked corosync.conf and ceph.conf and all looks ok 3) All hosts can ping each other. My new setup : Modem - Firewall - Managed switch (VLAN config) - Unamanaged switch - Nodes My old setup : Modem - Firewall - Managed switch (VLAN config) -...
  2. J

    [SOLVED] Help: CEPH pool non responsive/inactive after moving to a new house/new connection

    1) Most command starting with ceph are not working including pveceph status (timeout) 2) 3 systems, 6 disc (2 on each). I doubt all 6 failed at once. 3) I dont see any manager active. Should I create one manager? I followed apard's youtube video to set it all up. 4) None of monitors are runing...
  3. J

    [SOLVED] Help: CEPH pool non responsive/inactive after moving to a new house/new connection

    Thank you for responding. A couple of relevant entries from "ceph-mon.localhost.log" 2023-09-04T22:08:42.301-0400 7f59cd4776c0 -1 mon.localhost@0(probing) e3 get_health_metrics reporting 2 slow ops, oldest is auth(proto 0 30 bytes epoch 0) 2023-09-04T22:08:45.349-0400 7f59cec7a6c0 1...
  4. J

    [SOLVED] Help: CEPH pool non responsive/inactive after moving to a new house/new connection

    First I thought it was proxmox upgrade issue since I turned server on after few months (house move and stuff). I got proxmox upgraded to latest but still CEPH is not responding. How to troubleshoot and fix this? pve-manager/8.0.4/d258a813cfa6b390 (running kernel: 6.2.16-10-pve) ceph version...
  5. J

    NFS share to VM

    Appreciate your response, thanks. I was able to resolve this and there were 2 parts. First I had put wrong host network in allowed networks. That was stupid and half the issue. Second was permissions and I just ended up giving root/wheel to my nfs share and then I was able to play with the...
  6. J

    NFS share to VM

    Using this video, I was able to add Truenas NFS storge from another server onto my proxmox host/datacenter. https://www.youtube.com/watch?v=txx0z-4HlSQ Though I am having issue trying to get it mounted to VM. There are tons of threads on bind mounts for privileged LXC by editing conf file but...
  7. J

    VM with ZFS as storage drive or add ZFS with mountpoint

    Well, I have 6-7 VMs running on 1TB mirrored OS disk separate from big pool. That's enough space for most VMs. Backup is simpler for them. But nextcloud/jelly is different, tons of data and I want it faster so whole array goes to that single VM! (I could be wrong but that's what I thought!)
  8. J

    VM with ZFS as storage drive or add ZFS with mountpoint

    I have a 15 TB ZFS on my storage and I also created a mountpoint/directory with it (because some youtube video said so). Now I want to spin a VM with Nextcloud and Jellyfin in the same VM with dockers. I plan on passing whole 15TB ZFS to VM and let NC/Jelly fight out for space as data grows...
  9. J

    Blank screen during install (i9-10850K + Z590/Intel 630 Mobo)

    Unable to get past the splash screen. I hit "Install", system displays starts show green "ok" stuff and then goes blank :( How to fix this? Does Intel 630 onboard gfx has anything to do with it? Its ASRock steel legend Z590 mobo and its not letting me set CSM enable either without GPU! I tried...
  10. J

    Simple backup strategy question

    Setup Server A) Proxmox Home server running multiple VMs (jellyfin - its own drive, nextcloud - its own raid5 i think zpool, wordpress and few other dockers in LVM on proxmox) Server B) dedicated Chia harvester server, I will mostly have this on ubuntu. ---------------- Questions Q1) I am...
  11. J

    Config for better performance and backups (ZFS to VM)

    Perfect, you did cover all my questions in the way I understood it.. thank you :) One quick question though, when I create zpool on host, I don't see that share available to select when vm creation. I went to "Datacenter" and added ZFS manually there with blocksize of 64K and was able to...
  12. J

    Config for better performance and backups (ZFS to VM)

    I have secondary NVME disk (A) for VM install and a 50TB RaidZ1 ZFS pool with 6 drives in my proxmox host (beside OS disk and ISO storage). To create nextcloud VM or Alpine-portainer, what is recommended way if I need my ZFS pool only for nextcloud and nothing else? Option 1) Create ZFS on...
  13. J

    Hard drive config for Homelab

    Thank you for your input. I used the method you mentioned above in #2. I created directory in Proxmox, using whole disk at once and installed proxmox VM on it. I was able to setup and start Plex but now I am not sure how can I access files and add media to my plex while accessing proxmox...
  14. J

    Hard drive config for Homelab

    Drives I have - 1) NVME boot disc with proxmox 2) 250GB HDD for ISOs 3) 10 TB Drive 4) 10 TB drive 5) 2 TB drive. Planning to start with Plex in LXC and Nextcloud in VM. Questions - 1) I know I will use Ubuntu 20.10 for LXC. Is that the same ISO I use for VM for nextcloud? 2) How do I manage...
  15. J

    Installation help with 2 NIC

    Yeah, it was dual NIC issue indeed. I went to bios and disabled onboard LAN controller and then it worked just fine. Thank you.
  16. J

    Installation help with 2 NIC

    I have Z490 board with RTL8125B LAN controller which was not being detected by Proxmox installation so I ordered a TPLink NIC from amazon. Installation finished fine but I noticed that during installation Proxmox actually picked up RTL8125B as my management interface. Also I noticed that it...
  17. J

    Proxmox Installation help - No Network Interface found (Z490/10th Gen Intel)

    Installing Proxmox for first time on a fresh build with MSI Gaming Edge plus Z490 board + Intel 10th Gen 10400. I have read around that Proxmox doesnt like some Z490 board. I cant move ahead with installation as it aborts on "No Network Interface found" error at the start. Is there a work...