This is a utility that mimics zfs send and zfs recv for the LVM thin world, developed by the reliable company Linbit - https://github.com/LINBIT/thin-send-recv
Congrats for the release. Any plans to add BTRFS for storage replication? It would be nice to see it on https://pve.proxmox.com/wiki/Roadmap#Roadmap :)
https://github.com/haproxy/haproxy/issues/62 - Haproxy UDP support will not likely make it to haproxy, so can't be used for proxying dns. Willy Tarreau recommends against - "all those explained above as to why proxying UDP is terrible"
Yes. I've switched from WHMCS to Blesta.... Sorry , for this off-topic joke :).
I no longer focused on this task, but I shall update this post when it will be on my radar again.
Due to the ipv4 shortage, especially in my case the new https://docs.hetzner.com/general/others/ipv4-pricing/, needs to find saving setups.
Let’s say I got ip1 and ip2 statically routed to proxmox node. I would need to separate services like this ( instead of using 6 different ips):
Ip1:443...
According to https://pve.proxmox.com/wiki/Storage_Replication#_supported_storage_types, currently only ZFS is supported. I'm aware that Storage replication requires a unique set of features for the storage ( like snapshots, send/receive remote, etc).
What is your roadmap for adding other...
For performance reasons, instead of mounting with discard option inside KVM, it's better running external fstrim command via qemu-guest-agent, on host cron event.
However, discard=on must be setup in KVM storage configuration at /etc/pve/qemu-server/VMid.conf
Default mode is sending mail to...
This is how I've done the snapshots, during a https://www.phoronix-test-suite.com/
root@melania:/var/eurodomenii/scripts# cat snapshot_bench.sh
#https://superuser.com/questions/264528/problem-with-random-in-crontab
Number=$(bash -c 'echo $RANDOM')
qm snapshot $1 "snap-$Number" > /dev/null 2>&1...
Usually, all the lvm snapshots for a VM are removed on VM deletion. But, during some benchmarks, I needed to create more than 100 snapshots for a VM. This time, all the snapshots remained intact, despite deletion of the VM ( this is valid for several VMs).
root@melania:/etc/pve/qemu-server#...
The error shows up at https://MyServerAddress.com:8007/#pbsServerAdministration:tasks, during KVM restore.
…
2020-09-23T00:39:06+03:00: GET /chunk
2020-09-23T00:39:06+03:00: download chunk "/ab/store_melania/.chunks/7b76/7b76c3f2a082015fbf28719166b4e470def1063339f653b9dfb5892b71917f03"...
Rationale
The true High Availability with Proxmox VE could be achieved with network distributed storage, like Ceph. But, compared with local storage, there’s a performance penalty, even with 10G network.
A better balanced solution is https://pve.proxmox.com/wiki/Storage_Replication ( with a COW...
First working version:
#!/usr/bin/perl
# by EuroDomenii - MIT - 2020
# Prereq:
# apt install jq
use strict;
use warnings;
use POSIX qw(strftime);
use File::Basename;
my $dirname = dirname(__FILE__);
use Fcntl qw(:flock);
open my $file, ">", "$dirname/app.lock" or die $!;
flock $file...
root@rise1rbx:~# pvesm list
400 not enough arguments
pvesm list <storage> [OPTIONS]
root@rise1rbx:~# pvesm list pb
Volid Format Type Size VMID
pb:backup/ct/104/2020-07-16T14:40:58Z pbs-ct backup 902334049 104...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.