Search results

  1. Sasha

    Undeletable network interface after fresh install

    oot@hq:~# ethtool -i eno1 driver: igb version: 5.15.102-1-pve firmware-version: 1.63, 0x800009fa expansion-rom-version: bus-info: 0000:04:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: yes supports-priv-flags: yes root@hq:~# ethtool -i eno2...
  2. Sasha

    Undeletable network interface after fresh install

    Hi, guys! Would You help me to figure out what this network interface eno2 is? It appears every time after installing PM on that dedicated server and after trying to delete it via PM's GUI it appears again. What does it mean? Some hardware? root@hq:~# ip address 1: lo: <LOOPBACK,UP,LOWER_UP>...
  3. Sasha

    Reinstalling Proxmox and live intact existing zfs pool

    Yes zpool import -f poolname makes it online. Appreciate for advice!
  4. Sasha

    Reinstalling Proxmox and live intact existing zfs pool

    Hi, guys! We have zfs pool 2 x SSD RAID 1 with Proxmox system and additional zfs pool 2 x HDD RAID1 with files. Does exist a way to reinstall Proxmox and attache zfs volume with files to new installation again? Appreciate for recipe.
  5. Sasha

    Forced reinstall Proxmox booting from iso

    Look, guys, before step 3. must use wipefs -fa /dev/sdX It works!
  6. Sasha

    Forced reinstall Proxmox booting from iso

    Appreciate for Your attention. Look, "Rescue mode" concerns dedicated server itself. The hoster's recipe of remote installing is 1. boot dedicated server into rescue mode 2. run ssh -L 5900:localhost:5900 root@server's IP on desktop's command line 3. run qemu-iso...
  7. Sasha

    Forced reinstall Proxmox booting from iso

    Exactly! We look it VNC window that process: iso starts and goes into already installed PM's boot menu, but not in new installation wizard.
  8. Sasha

    Forced reinstall Proxmox booting from iso

    Hi, guys! While REInstalling PM 7.4 on dedicated server via VNC we've got a problem, that after loading and starting PM's iso on rescue system it goes into previously installed PM's booting, but not installing new one. PS The hoster's recipe of remote installing is 1. boot dedicated server...
  9. Sasha

    UNKNOWN S.M.A.R.T. Status - Exit Code: 2 (500)

    I do appreciate for Your support! Yes, I understand it's a stuck. Not critical, just annoying...
  10. Sasha

    UNKNOWN S.M.A.R.T. Status - Exit Code: 2 (500)

    I made update-smart-drivedb --no-verify --trunk (driverdb.h update) Nothing changed. /usr/sbin/smartctl --health /dev/sdc smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.15.116-1-pve] (local build) Read Device Identity failed: scsi error unsupported field in scsi command A mandatory SMART...
  11. Sasha

    UNKNOWN S.M.A.R.T. Status - Exit Code: 2 (500)

    So we are still in the same place even on No subscription repo: /usr/sbin/smartctl --health --device sat /dev/sdc Read Device Identity failed: scsi error unsupported field in scsi command root@hq:~# pveversion -v proxmox-ve: 7.4-1 (running kernel: 5.15.116-1-pve) pve-manager: 7.4-16 (running...
  12. Sasha

    Failed to start Proxmox VE replication runner while no replication set

    I guess I should remove it /etc/systemd/system/pvesr.timer Right?
  13. Sasha

    Failed to start Proxmox VE replication runner while no replication set

    pveversion -v proxmox-ve: 7.4-1 (running kernel: 5.15.111-1-pve) pve-manager: 7.4-16 (running version: 7.4-16/0f39f621) pve-kernel-5.15: 7.4-5 pve-kernel-5.4: 6.4-20 pve-kernel-5.15.111-1-pve: 5.15.111-1 pve-kernel-5.15.108-1-pve: 5.15.108-2 pve-kernel-5.15.107-2-pve: 5.15.107-2...
  14. Sasha

    Failed to start Proxmox VE replication runner while no replication set

    Hi, guys. Every reboot of host shows Aug 28 08:07:05 hq systemd[1]: Failed to start Proxmox VE replication runner. But I don't use any replications, So is it possible to disable that tries of starting that service?
  15. Sasha

    How to disconnect a ZFS volume from LXC and PVE storage without deleting?

    I do appreciate You, guys, that You are spending Your time for novice! I just have read that excellent article https://arstechnica.com/information...01-understanding-zfs-storage-and-performance/ and that manual https://illumos.org/books/zfs-admin/zfsover-1.html#zfsover-1 So. let me clarify Your...
  16. Sasha

    How to disconnect a ZFS volume from LXC and PVE storage without deleting?

    Exacltly. You are right. I've been reading theory enough just to ask a question here, hoping to get experienced answers (i mean not theoretical). Here You are (again) my concrete question: 1. Can i use for bind point the ZFS volume /rpool/data/subvol-105-disk-0 that was created in context of...
  17. Sasha

    How to disconnect a ZFS volume from LXC and PVE storage without deleting?

    Dear I alexskysilk, do appreciate You for sharing Your competency! Just for my dummie's understanding and properly planning of migration (storage to bind mount point) would You help me to figure out several questions: As I understand You mean here difference from viewpoint of PVE. But from ZFS...
  18. Sasha

    How to disconnect a ZFS volume from LXC and PVE storage without deleting?

    I'm going to actively use that volume. I'll create in the same LXC 105 a bind mount point instead of deleted storage mount point. That bind mount point will be pointed on the same host path /rpool/data/subvol-105-disk-0 Yes after renaming it will be path /rpool/data/newname
  19. Sasha

    How to disconnect a ZFS volume from LXC and PVE storage without deleting?

    Hi, guys! On my on local-zfs PVE-storage I created LXC 105 and storage mount point. So, zfs list shows NAME USED AVAIL REFER MOUNTPOINT rpool 653G 1.12T 104K /rpool rpool/ROOT 158G 1.12T 96K /rpool/ROOT...
  20. Sasha

    LXC agregate file size significantly differs from zfs list and du -sh report

    I guess You are right about compression! Just look at this: root@hq:~# zfs get compression rpool/data/subvol-101-disk-3 NAME PROPERTY VALUE SOURCE rpool/data/subvol-101-disk-3 compression on inherited from rpool root@hq:~# zfs get...