You could use something like CUBIC to create your own flavor.
Posts by ness1602
-
-
Maybe this would help?
Real pve-zsync examplesHello, What is pve-zsync usage in real world? Can somebody show off real scheme of usage between two hosts, including crontab?forum.proxmox.comAutomating Proxmox ZFS backups with pve-zsyncToday we have a quick how-to guide on Proxmox VE's new feature: pve-zsync. The pve-zsync features allows one to take automated backups of ZFS / virtual…www.servethehome.com -
TBH if you need 2 machines only(not 3 as recommended by every HA) i would use something like two independent machines with pve-zsync between them. This is not real HA,but storage replication.
-
I would never use the DRBD in a OSS product since they pulled a stunt with the license few years ago.
-
What services do you need in HA?
-
Try it, you will be amazed, but of course, the access speed will be lower than other backup appliances.
-
But if you need beastly compression with vm,ct or files , PBS is a way to go.
-
100% of my PBS machines have OMV on them in parallel. There is usually some problem with dns, but once you override that, evetything works great.
PBS has great backup API, and OMV is pretty much for everything else.
-
I just installed it from cmd, works great on 10+ machines.
-
Yeah, minio can work in OMV/ZFS/RAIDZ but hits a limit IOPS pretty soon. I have a few instances with >10TB but i'm not satisfied with speed.
-
This is of course simple way with docker,but usually you cannot just change image name and update(lets say gitlab), you need to go version by version. And of course use default container images as much as you can, because the security of those containers is in maintaners hands.
-
-
I've tried it a bit on my RISC-V board and the platform still isn't mature unfortunately.
-
I had more than 15TB if i'm not mistaken, and it all worked really well. But on Ryzen CP
-
I;m using regular compose file:
version: '3'
services:
minio:
image: quay.io/minio/minio
volumes:
- /zdata/s3:/data
ports:
- 9000:9000
- 9001:9001
environment:
MINIO_ROOT_USER: 'admin'
MINIO_ROOT_PASSWORD: 'Tumper'
MINIO_ADDRESS: ':9000'
MINIO_CONSOLE_ADDRESS: ':9001'
command: minio server /data
restart: always
-
By default, when using important apps, you try to always relocate somewhere not / , becuase if your root devices is full,the app keeps on working ,etc ,etc.
Edit: And since k8s is ecosystem, you try to shelter that ecosystem from others.
-
Why?
I guess if you want to move the data folder to RAID shared folder or somewhere else?
-
Usually it is a whole different beast, so with simplicity in mind docker/podman ,then swarm and then k8s and it's flavors.
So, docker can be a part of k8s or not, k8s is a let's say container hypervisor.
-
Duplicati is great in synergy with OMV. I have a few smb's with it,only thing missing is probably some kind of dashboard, but i still need to test https://github.com/fabien-github/duplicati_dashboard
-
yeah this is really interesting.