lets only discuss the node in question, since the other one is working. I assume that the end result here is a zpool named saspool?
if so, zpool create SASPool [raidtype] [device list]
If something else, please note what your desired end result is.
I am completely confused.
If the drives that host saspool are NOT PRESENT, then its a foregone conclusion that a defined store looking for the filesystem is going to error... what are you asking?
lets start over.
do you have the drives...
dont worry about attaching/detaching it. simply remove and replace it.
edit- DONT PULL IT YET. there's a resilver in progress; even though the disk is bad, the vdev partner is not in a "complete" state. let it finish resilver, and THEN replace...
the likely culprit is a pre-existing filesystem on your local drive. The installer is usually pretty good at dealing with it, but in your case clearly it isnt.
use a linux livecd like https://gparted.org/download.php and completely wipe the...
Yes, lvm/thin is not cluster-aware so you will risk a loss of data. It's not supported for a reason, see also the table on https://pve.proxmox.com/wiki/Storage which clearly states that lvm/thin is NOT a shared storage.
No for exactly the...
actual errors would be useful- this can refer to the zfs pool or the storage pool in pve.
No. each pool must have a different name on the same host. same goes for pve stores.
I feel so inadequate....
for years, I just run a postinstall script that sits on a nfs mount. yes, I could have done more automation but in the end it seemed the better part of valor to just type mount followed by /path/to/mount/postinstall.sh...
This package is necessary to prevent race condition issues at boot; what could happen without it is that VGs get trapped ahead of multipath by the operating system. If you dont have any entries in fstab for your iscsi mounts you dont need it...
As long as your PVE box sees the drives (eg, /dev/sdb and /dev/sdc) you can do whatever you want insofar as deployment.
You can make them individual VGs, or Single VG on both, or as a zpool, btrfs mirror, or passthrough to guest if you really...
well since the cluster is still up, not all is lost (or at least there is still a chance of recovery.)
start with logging into a node containing a working monitor:
ceph config dump | tee -a /etc/pve/ceph.conf.rebuild
alternatively, if it doesnt...
I'd say that the question is too broad for a reasonable answer; most "software" doesnt care about direct access to hardware. application that need DO need access (eg, GPU) have these methods to accomplish:
1. for exclusive access, a gpu can be...
1. try proxmox-kernel
2. says who? while the DRIVERS arent provided in the package, mst should work just fine. if it doesnt, you can always uninstall :)
3. that is one way; another would be to make a persistent live usb so you dont have to mess...
Site to Site replication can be done to some extent with PDM. third party derived solutions also exist (Veeam, Pegaprox) as well as creative use of PBS.
ZFS replication can be used if the sites are single node.
Ah. this is a sore point for me. the ONUS of decisionmaking is on the purchaser. If the purchaser doesn't understand what he is buying (be it for any reason short of outright fraud) then the fault lies there too; NO technology is without edge...
The default stripe_unit size for ceph is 4M, but you may not want to raise that (and maybe even shrink it instead.)
the stripe size is a maximum "file chunk" limit for a cephfs object (file). if a file is larger than the stripe size, the next...