Search results

  1. S

    Migration between PVE and PVE cluster

    Still trying... Added the right permission to my token. But I have a question about the format of apitoken parameter : PVEAPIToken=root@pam!token=xxxxxxxxxxxxxxxxxx' I have a doubt about the format, while my token is like that : user name : root@pam Token Name : migration-token
  2. S

    Migration between PVE and PVE cluster

    Damn syntax of this command, not the easiest one ! The new try : root@pve2:~# qm remote-migrate 110 110 'apitoken=PVEAPIToken=root@pam!token=a9d3e2cc-9bdd-45be-a562-09b96bc941fb,host=192.168.0.14,fingerprint=69:0D:30:7B:14:B7:62:41:FE:75:1...
  3. S

    Migration between PVE and PVE cluster

    Hi, I've created a cluster of 3x PVE nodes and attached Cepth storage. My old PVE is a single host with a ZFS local storage. The challenge is to "migrate" (but it's not a simple migration) CT and VM from the old PVE to the cluster. How to do that ? I've tried to copy the storage of a test CT...
  4. S

    Choice of storage for a cluster

    Hi, I have a test cluster of 3 nodes, each with 2 disks : one for boot + Proxmox, the other for storage. But I want to add a shared storage to make some tests. Before going to a NAS with iSCSI, I want to try something new (for me) : CEPH So, is it possible to dedicate the storage disk of each...
  5. S

    Proxmox Backup-server on LXC with external NAS

    Good to know but still a few missing parts to be valuable. A good start could be a how-to because for now, we should scan all the forum and a few Google pages to find how to do a LXC PBS under Proxmox.
  6. S

    Using CIFS/NFS as datastore

    As I said, PBS is still beta.
  7. S

    Using CIFS/NFS as datastore

    CIFS is flawed by prune and delete NFS can't create a datastore, EPERM error, that mean there is an underlying permission problem too iSCSI is ... well, if someone could find a good working tutorial to mount iSCSI without the same EPERM problem than NFS, I will take it. So, PBS for now is only...
  8. S

    Using CIFS/NFS as datastore

    No, your method is wrong, it could not be safe. PBS's mount points should be corrected before release. At this point, this is beta software for CIFS / NFS / iSCSI.
  9. S

    iSCSI storage with PBS on Debian LXC

    More informations because I still searching how PBS is working and I don't understand. Because nobody know how to mount a iSCSI disk to use with PBS (!!!), I'm trying to use NFS instead. So, I mount a NFS volume on PVE, add the "Features nesting=1" and that volume to CT config : root@pve:~# df...
  10. S

    Proxmox Backup-server on LXC with external NAS

    If you find a up-to-date guide to mount an iSCSI disk into a LXC container, why not ? But for now, I can't. I'm explaining the problem here : https://forum.proxmox.com/threads/iscsi-storage-with-pbs-on-debian-lxc.80198/
  11. S

    [SOLVED] Strange cpusets result

    Hi, Checking my cpusets give me strange result : root@pve:/etc/pve/lxc# pct cpusets ------------------------------------------- 100: 0 5 6 11 101: 4 6 102: 5 12 103: 5 12 105: 0 5 12 13 106: 0...
  12. S

    iSCSI storage with PBS on Debian LXC

    Hi, The actual documentation is really unclear about mixing iSCSI and pbs storage. Here is my problem : - I have a Freenas iSCSI disk ready for backup - I've build a LXC with PBS over Debian 10 on my PVE Now, I should link the two points to make PBS use storage on the NAS. Because PBS is...
  13. S

    Missing br_netfilter module

    Hi, It's annoying. Similar problem with a LXC Debian 10 standard from template : root@backup:/# lsmod | grep -i iscsi iscsi_tcp 24576 0 libiscsi_tcp 32768 1 iscsi_tcp libiscsi 57344 3 libiscsi_tcp,iscsi_tcp,ib_iser scsi_transport_iscsi 110592 5...
  14. S

    [SOLVED] No more CT or VM could launch after a crash

    Ok, problem resolved, my NAS dropped some permission on directory where IMG files are stored. Corrected, everything boot fine now.
  15. S

    [SOLVED] No more CT or VM could launch after a crash

    lxc-start 106 20190913215029.280 DEBUG conf - conf.c:run_buffer:326 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 106 lxc pre-start with output: volume 'FreenasVM:106/vm-106-disk-0.raw' does not exist huho, missed that.... Maybe I should check if my NAS dont get something wrong
  16. S

    [SOLVED] No more CT or VM could launch after a crash

    root@pve:~# cat log.txt lxc-start 106 20190913215028.646 INFO confile - confile.c:set_config_idmaps:1673 - Read uid map: type u nsid 0 hostid 100000 range 65536 lxc-start 106 20190913215028.646 INFO confile - confile.c:set_config_idmaps:1673 - Read uid map: type g nsid 0 hostid 100000...
  17. S

    [SOLVED] No more CT or VM could launch after a crash

    Hi, My Proxmox server crashed due to hardware failure. I fixed it and started it again. But now, CT dont start nor VM. root@pve:~# systemctl status pve-container@106 ● pve-container@106.service - PVE LXC Container: 106 Loaded: loaded (/lib/systemd/system/pve-container@.service; static...