thank you @mira, I got it working in the meantime.
Here is a summary of what I did, it might be helpful to someone else:
apt-get install multipath-tools lsscsi
modprobe dm_multipath
lsscsi --scsi_id # get wwid of disks
multipath -a 35000c500d87d8953 # repeat for each wwid found from prev...
I have a PVE node on a Dell PowerEdge R550 connected to a MD1400 array using redundant connection. The controller is a Dell HBA355e. The disks show twice in the OS; I guess I must setup multipathing but I have very little experience with this. I followed some guides I could google for, but get...
thank you very much for the hint. It looks like using raidz for VM disks is a bad idea, regardless number of disks and raidz level of the vdev.
Perhaps I should have 2 pools: 1x of raid10 (4 disks) and 1x of raidz2 (8 disks)? The idea is: vm on raid10 pool, static data + backup on raidz2 pool.
Hi,
I am in the progress of setting up a Proxmox VE server with ZFS, using 12x 20TB SAS disks in HBA mode. Which ZFS RAID level would be a good choice? I am thinking of the following options:
(1) RAID10: 6x mirror vdev
(2) RAIDZ2-0: 2x RAIDZ2 vdev, each 6 disks, then RAID0 from those 2x RAIZD2...
I wonder if a LXC container can cause severe problems to the node, to the point that the node might hang and must be rebooted? For example some processes inside the container might enter the uninterruptible sleep (also known as state "D" from ps output) due to some heavy disk IO operations.
The...
does the MD1200 need a "more powerful" HBA? Or the only thing that matters is the bandwidth that the card can handle (6Gbps in this case). Sorry for my ignorance, I have very little experience with this kind of setup.
I have a PowerVault MD1200 array that I would like to use with ZFS. Host is a PowerEdge R710. Is PERC H200e (also known as Dell 6Gbps SAS HBA Adapter) suitable for this task?
can disk IO problem in a CT hang the Proxmox host? I experienced this problem with OpenVZ in the past, too.
I am trying to decide how to export NFS to some VMs: via host, CT or VM. A VM has best isolation, but the downside is that I must locate a disk to the VM. The route via CT is just...
Hi,
I run a Proxmox VE cluster with mostly VMs and they work very well. Recently I created 2 CTs, because I want to bind-mount some ZFS dataset from host to the CTs. The CTs seem to work as expected, except that there is often a delay of a few seconds after some command. Examples:
(1) ssh...
thanks @fabian for the reply, very much appreciated.
Following your hints I could run make deb without error. The key hints for me were the last 2 lines which differ from the official docs.
After I mess around, how do I rebuild only proxmox-backup-client?
IMHO if we can make this work it could have a very large impact on adoption of PBS, since the client can be used on any linux amd64 host (like advertised in the docs).
does anyone here have success following the instructions at proxmox/proxmox-backup: Proxmox Backup Server and Client - read only mirror (github.com) ? I think it's obvious to people who use Rust, but for the rest of us the instructions could be clearer. Examples:
rustup toolchain: I did a...
I would like to build the client using the official docs first, then next step would be trying to build a static binary from it. I use debian 10 since that's in the docs.
Basically I would like to be able to build the pbs client first; it's not important for me whether it's debian 10 or...
I tried to follow the build instructions in proxmox/proxmox-backup: Proxmox Backup Server and Client - read only mirror (github.com)
but got stuck at step 6 in the Build section (long log below). I am on a minimal debian 10 system. Do I need to do the steps in the previous sections:
rustup...
thanks for the quick response, much appreciated.
one more question please: in order to backup let's say a directory from a host, is this single binary proxmox-backup-client sufficient? Or do I need also some other tools?
thanks Thomas for the reply.
The final PBS CLI client is a single binary built from rust, or it has a lot runtime dependencies?
From the official PBS doc:
so I expect it's not intended to work only on debian 10 / ubuntu 20.04 and later.
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.