Search results

  1. D

    Ansible - Deploy VM from Clone instance

    Playbook as follows: - name: Create a full clone hosts: PVE201 tasks: - name: Create a full clone of 900 community.general.proxmox: api_host: 192.168.90.201 api_user: root@pam api_password: Passwrod clone: 900 # vmid to clone...
  2. D

    ZFS Pool Not Found Error 500

    Last year create ZFS pool - local-hdd 2021-09-10.19:57:15 zpool create -o ashift=12 local-hdd /dev/disk/by-id/ata-ST500LM021-1KJ152_W62BB0MS 2021-09-10.19:57:20 zfs set compression=on local-hdd 2021-09-10.20:18:06 zpool import -c /etc/zfs/zpool.cache -aN 2021-09-10.20:35:11 zfs create -V...
  3. D

    zfs error: cannot import 'raid1': no such pool available (500)

    Many months agao created a zfs-pool `local-hdd` 2021-09-10.19:57:15 zpool create -o ashift=12 local-hdd /dev/disk/by-id/ata-ST500LM021-1KJ152_W62BB0MS 2021-09-10.19:57:20 zfs set compression=on local-hdd 2021-09-10.20:18:06 zpool import -c /etc/zfs/zpool.cache -aN This is the output of zpool...