Search results

  1. S

    5 Node Setup/Ceph Advice

    Thanks Thomas! Good stuff.
  2. S

    Ceph high latency

    I'm curious how you use a class with ceph. I have a mix of HDD, SSD and NVMe M.2 and want to use a possible class delineation.
  3. S

    5 Node Setup/Ceph Advice

    Hello, piggy backing another thread I have on here, ive done some major changes and upgrades in my home lab setup and am looking for some guidance. What I need to do is the following with the following hardware: 1. Create a storage setup that hosts about 12TB of media, pictures, movies, all...
  4. S

    Moving Disks - External Array to Internal Hot Swap

    Hello, I have a couple HP Microservers with an 8088 card. This card attaches to an 8 bay array, really only 4 of them are in use, as it's a 2x8088. On this array are 3 disks. These 3 disks are 1/3 of a CEPH cluster in 3/2 What I want to do is shutdown this node and simply take the disks out of...
  5. S

    Single Node - 2 NICs - 2 Networks

    Well I am not sure why I can't ping the interfaces and could ping the one I switched to the same VLAN up in my living room to a device, but the switch shows that the storage data is moving over the links across the 3 nodes so that's good. Maybe there's a firewall on the device I dont know about...
  6. S

    Question on Proxmox Node Maintenance

    yeah. I mean I mentioned a volume pool but I guess that wasn't clear enough. CEPH across the 3 nodes with 3 disks per node.
  7. S

    Question on Proxmox Node Maintenance

    The host that's running the VM wont be the same one as the one I need to upgrade. That VM host should still run and CEPH should still function right? I assume when I add the node back in, it will resync?
  8. S

    Question on Proxmox Node Maintenance

    Hello, Im not sure what this means. I have a large disk mounted that is on the volume pool. I have no HA service enabled The 1 VM that is running on it is on a local disk to that node. It's only the large volume that has a disk also mounted to that VM.
  9. S

    Question on Proxmox Node Maintenance

    Hello, I want to do some maintenance on one of my nodes. I'm currently running a 3/2 with 3 nodes and 3 disks per node. Can I just shut one down, do the work for an hour or so then put it back in? Seed
  10. S

    Question on Usage of Ceph in VMs as a Common Storage Device

    Hmm. That sucks.... so is the idea then that I create a virtual disk on a vm then share that out to other vms? maybe an alternative would be to create a disk on the ceph pool and use that for a few containers on the one node, and if that node takes a dump I should be able to remount that disk...
  11. S

    Question on Usage of Ceph in VMs as a Common Storage Device

    Yeah I’m trying to avoid using NFS if at all possible. Too many issues with file ownership in the past across hosts.
  12. S

    Question on Usage of Ceph in VMs as a Common Storage Device

    Hello, I have a ceph pool that I want to be able to mount to virtual machines sharing this mount to a few VMs as a shared storing, similar to NFS. How can i do this? Do I need to use cephfs in the VM? How can I create a disk that is shared to be able to mount to VMs across nodes? Thanks!
  13. S

    Can't Upload ISO - Data Too Large for Modulus

    Hello, Newly created cluster on latest proxmox installed over debian. Trying to upload an ISO to a local disk Content and I get this error right away in syslog. Any ideas how to fix? Oct 22 20:35:31 mini1 pveproxy[15331]: problem with client 192.168.3.102; rsa_ossl_public_decrypt: data too...
  14. S

    Single Node - 2 NICs - 2 Networks

    Hello, I am setting up a 3 node cluster and am looking to setup a separate network for storage. I have 2 nics on this motherboard. The first was setup during the debian install. Then I set the second NIC to the other subnet, but I can't ping it. It says it's active but I'm not so sure. These...
  15. S

    Advice on 5 Node Setup

    Thank you for the input. The primary reason I'm using the arrays is for media storage, not VMs to run on. The VMs will run on local SSDs. I am experimenting with that as well. I dont have an option to add a lot of SSDs on some of these machines. I am going to experiment with partitioning the...
  16. S

    Advice on 5 Node Setup

    Hello, Long time tinkerer and user of proxmox some 10 years ago for work. Now I'm looking at proxmox to manage some resources I have in my home lab that ive accumulated over the years. Ive primarily used OMV for my container and storage management and some other nodes that were running docker...