Search results

  1. Y

    Can't start LXC container after pv-zsync

    Hello, i have replicated an LXC container from a Pve4 to Pve5. Than i have renamed the image with zfs rename. No way to start it... Conf file: --------------------------------------------------------------------------------------------------------------------------- arch: amd64 cores: 28...
  2. Y

    Ha Ghost Container "service without node"

    Hello, i find this entry on my syslog: pve-ha-crm[4037]: service 'ct:405' without node But i can't find this container anyware .. I have chacked on datacenter HA byt i can't find any entry.. Thanks!
  3. Y

    Error adding zfs pool on a new cluster node

    root@cvs7:~# ls -la /STORAGE total 10 drwxr-xr-x 3 root root 3 Oct 19 11:39 . drwxr-xr-x 25 root root 25 Oct 19 12:11 .. drwxr-xr-x 3 root root 3 Oct 19 11:39 BACKUP root@cvs7:~# root@cvs7:~# pvesm status Name Type Status Total Used Available...
  4. Y

    Error adding zfs pool on a new cluster node

    my new node is brand new, i have a Pool named STORAGE on other nodes...
  5. Y

    Error adding zfs pool on a new cluster node

    Hello, i have added a cluster node ( proxmox 5 no shared storage ), than i'm creating the pool: zpool create -f -o ashift=12 STORAGE mirror /dev/sdc /dev/sdd mountpoint '/STORAGE' exists and is not empty use '-m' option to provide a different default root@cvs7:~# zfs list NAME...
  6. Y

    Upgrade Cluster nodes best practice

    Hello, what is the best practice to upgrade clusters nodes ? For example if i have 4 nodes cluster, apt-get dist upgrade on the first one, than check.. and than other nodes .. ? Can i do it without migrating VPS ? or it is better to empty the node ? Thanks
  7. Y

    pve-zsync replication multi disk vps

    Hello, i'm checking the replication of a dwo disks VPS KVM, why have i only one snapshot of the second disk ? Is it normal? rpool/SnapshotNodo5 551G 952G 60K /rpool/SnapshotNodo5 rpool/SnapshotNodo5/vm-105-disk-1...
  8. Y

    TASK ERROR: unsupported Ubuntu version '18.04'

    Hello, when i try to create a new LXC vps using Ubuntu 18 server i have this error: TASK ERROR: unsupported Ubuntu version '18.04' My version: proxmox-ve: 4.4-80 (running kernel: 4.4.40-1-pve) pve-manager: 4.4-12 (running version: 4.4-12/e71b7a74) pve-kernel-4.2.6-1-pve: 4.2.6-36...
  9. Y

    Use Api to monitor ZFS Replication

    Hello, can i monitor the replication status in a cluster using Proxmox API ? Thanks!
  10. Y

    Replication error

    Hello, i have notice that sometime replication fail. To solve, i have to delete all dest snapshot and volumes.. What could be the cause? -------------------------------------------- 2018-05-25 12:57:02 1127-0: full sync 'SSDstorage:subvol-1127-disk-1' (_replicate_1127-0_1527245820_) 2018-05-25...
  11. Y

    Interface Name Scheme

    Can i remove it ?
  12. Y

    Interface Name Scheme

    Hello, i don't know why but on a Proxmox 5 server, after a reboot i have finded all interfaces named with old scheme (eth0,eth1..) and not eno1 eno2 .. no net.ifnames or other on default grub. After a lot of reserch i have finded this: /etc/systemd/network# cat 99-default.link [Link]...
  13. Y

    Missing 70-persistent-net.rules

    Ok but now, using this new method, when i add a new hardware eth interface, proxmox rename old ones and i have to manually re-assign all eth.
  14. Y

    Missing 70-persistent-net.rules

    Hello, on several new setup the 70-persistent-net.rules is missing. I Have run # udevadm trigger --subsystem-match=net --action=add but no file is created Entry in 70-persistent-net.rules are very important when i will add new Network Interfaces .. How can i solve it ? Thanks!
  15. Y

    Why on Setup i have eth named "renamed" ?

    Hello, i'm installing last Proxmox ve using last cdrom. I notice a strange thing, i find 4 interfaces named rename1 rename2 rename3 rename4 Someone have idea why ? Thanks
  16. Y

    Can't Migrate KVM VPS

    i have solved doing this: i have replaced every old snapshot local entry in my conf file with the actual (none cdrom). and after this works weel: () 2018-05-15 16:16:34 starting migration of VM 305 to node 'cvs1' (10.10.10.1) 2018-05-15 16:16:34 found local disk 'KVM:vm-305-disk-1' (in current...
  17. Y

    Can't Migrate KVM VPS

    Hav i to delete replication ? Deleting replication the migration will be very very slow for large disk !! Is this the only way ? If i delete all snapshot ? ( whit the "local" entry of the iso )
  18. Y

    Can't Migrate KVM VPS

    Still not working: root@cvs4:~# qm migrate 305 cvs1 --online 0 --with-local-disks 1 2018-05-15 15:31:52 starting migration of VM 305 to node 'cvs1' (10.10.10.1) 2018-05-15 15:31:52 found local disk 'KVM:vm-305-disk-1' (in current VM config) 2018-05-15 15:31:52 found local disk...
  19. Y

    Can't Migrate KVM VPS

    Can i set "--with-local-disks 1" globally, to use the web interface migrate button ? Using ZFS i can't set my storage as "shared" true ? Thanks