alexskysilk's latest activity

  • A
    To summarize- you want to replace a single host vsphere with a single host pve. Easy peasy, but you need to understand that you will need sufficient staging space. another aspect is the backup. reading between the lines, veeam is deployed as a...
  • A
    Everything is predicated on your risk tolerance. in a homelab, I have no real qualms about running a simple ext4 filesystem on a single HDD. like you, I dont remember ever losing a single bit (at least not being aware or impacted by it)- but...
  • A
    Its entirely up to you. it is POSSIBLE to set up a hypervisor, a pbs vm, import the data, and restore- but by that logic you could just rebuild all your vms from scratch too. your RTO/RPO policies are your own.
  • A
    different ports = different interfaces. discussion about proper nic redundancy notwithstanding. for the context of conversation, interfaces are logical. While for corosync you want link seperation as well as logical, you might also want to...
  • A
    PBS hosted on the same pve instance that its serving to back up becomes effectively useless should you brick the host- which I presume is the primary concern this thread is meant to address. The approach I would suggest in such a case would be...
  • A
    alexskysilk replied to the thread Curious about kernel updates.
    "kernel" being "out" doesnt mean anything directly to a distribution with a support policy. Instead, the maintainers of your linux distribution (in this case, ubuntu) will backport important changes that are deployed to downstream kernels...
  • A
    alexskysilk replied to the thread Shared Remote ZFS Storage.
    I would retort with calling a solution shady because its imperfect to be an irrelevant argument to begin with. The difference between "first tier" and not ISNT that they are (perfect), its that they have the engineering capacity and support staff...
  • A
    alexskysilk replied to the thread Shared Remote ZFS Storage.
    There are vendors, and there are vendors. NetAPP is first tier. the fact that my wife's nephew put together a NAS using gum and bailing wire doesnt make him of the same caliber. As for trusing your data... on prem storage exists precisely so you...
  • A
    alexskysilk reacted to somedude's post in the thread Shared Remote ZFS Storage with Like Like.
    > Battery backup of a single cache still makes it a SPOF No, it doesn't. In your scenario, another, prior and unaddressed, failure is required to make NVRAM (and/or other component(s)) a potential single point of failure. It doesn't make it a...
  • A
    Not an endorsement since I have not used myself, but Starwind StarLVM (the substrate of Starwind VSAN) looks like it would do what you ask. https://www.starwindsoftware.com/starwind-virtual-san
  • A
    that explains your observed performance. LACP is your first choice. if thats not possible, use active-backup and MAKE SURE the switches have plenty of bandwidth interconnecting them. balance-xor sounds good on paper but not in practice. set...
  • A
    sure. https://www.proxmox.com/en/services/support-services/support I dont see any issues. boot storage could pose some specific challenges depending on hba model, but solvable. see https://pve.proxmox.com/wiki/Storage. shouldnt pose any issue...
  • A
    network interface mtu mismatch would decimate percieved performance, but there are other possibilities. while I'm not volunteering to check for you, you might want to ceph config dump ceph config show osd.x --show-with-defaults and go over it...
  • A
    This doesnt result in any meaningful benefit vs just having the same address for public and private traffic. OP, if you have multiple switches, I would create laggs for public and private traffic- and make sure to cross physical nics (presuming...
  • A
    alexskysilk replied to the thread IBM Plugin.
    looking at the whitepaper, the author did much of the heavy lifting already. there's enough foundation for you to write the plugin. Having said that- making a supportable solution is still not a trivial task.
  • A
    Read the link @bbgeek17 referenced. when you're done, you should have a realization that the problem you will run into isnt just how many NODES are in the cluster, but also how much virtual resources. PVE's solution for cluster metadata...
  • A
    running software at home and for production are two completely seperate skillsets, mindsets, and realms of responsibility. As others have pointed out, you opted to install an optional kernel, and got bit. it happens. if you did that on a...
  • A
    7.0 is a test kernel,not an enterprise kernel atm, so if you are okay with breakages you use this kernel. If not, you usually pay for enterprise subscription. Why would you be angry on a company giving you a test repo?
  • A
    I forgot df so we know what /mnt/pve/pVE-ISO points to. it looks like you're only using one of your LUNs for virtual disk use; I only see two volume groups so its a wonder where it is assigned to. do NOT assign it to PVE-DS01 as it is a shared...
  • A
    alexskysilk replied to the thread Ceph with 2 Cluster Networks.
    Just be sure you do NOT mix other traffic along with these, most especially corosync. if you have more then 4 interfaces keep the other forms of traffic on different interfaces. If you dont- consider only using two interfaces for ceph and two...