Search results

  1. D

    Storage is not online (500) - on a new cluster

    @dcsapak This is all I found: syslog: Oct 4 14:07:47 proxmox-2 kernel: [ 219.334459] FS-Cache: Netfs 'cifs' registered for caching Oct 4 14:07:47 proxmox-2 kernel: [ 219.336231] Key type cifs.spnego registered Oct 4 14:07:47 proxmox-2 kernel: [ 219.336243] Key type cifs.idmap registered...
  2. D

    Storage is not online (500) - on a new cluster

    Actually I have some more info, I found the following in the kern.log on the second node: Oct 4 14:07:47 proxmox-2 kernel: [ 219.336482] CIFS: Attempting to mount \\nas\ProxmoxInstall Oct 4 14:07:47 proxmox-2 kernel: [ 219.360348] CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE...
  3. D

    Storage is not online (500) - on a new cluster

    @dcsapak Definitely yes, this results in a successful share: ssh root@proxmox-2 mkdir /mnt/test mount //nas/ProxmoxInstall /mnt/a -t cifs -o username=proxmox_user I can both read and write the share this way. However, I've still got the question marks in the Proxmox UI. Can I go further...
  4. D

    Storage is not online (500) - on a new cluster

    I've got a Proxmox VE running with a couple of VMs and two shared storages (CIFS), working nicely. I installed a new Proxmox VE (second node), created a cluster, everything seems fine but none of my shared storages are working on my second node: Any ideas how to debug this? Thanks!
  5. D

    Improving battery health when running Proxmox VE on a laptop

    @t.lamprecht - Thank you for the detailed answer, it's great! I will wait for 1.4 to jump into 'stable' and give it a shot. Thanks!
  6. D

    Improving battery health when running Proxmox VE on a laptop

    Hi @t.lamprecht - no, it is an Asus laptop. In that case I have had misunderstood that parameter, I thought it's generally available. Are you aware of any solution for other laptop brands? Thanks!
  7. D

    Improving battery health when running Proxmox VE on a laptop

    I'm running a Proxmox VE on a laptop computer and because it's always on 24/7 I'd like to make sure the battery lasts long. I figured our that Linux OS has a built in support for limiting battery threshold simply by: (for example to 80%) cat 80 >...
  8. D

    Changing Proxmox backup limit number.

    Understood. And if I want to "shelve" one backup, just to be able to keep it indefinitely, should I create a separate storage and move my backup over (as a file copy)?
  9. D

    Changing Proxmox backup limit number.

    Perfect, found it - thanks! BTW are there any plans to make this configurable per VM? Currently I would like to keep a backup of one of my VMs indefinitely (let's say for a year) but I don't want 365 days of backup for all of my VMs, I'd like to keep 1 day backup of each VM + this one backup in...
  10. D

    Changing Proxmox backup limit number.

    @t.lamprecht - I cannot find this option in the "Storage configuration" - could you please clarify or share a screenshot? Thanks!
  11. D

    BUG: Cannot remove a VM that is suspended and has a non-existing ISO image mounted

    Hi @dcsapak, done: https://bugzilla.proxmox.com/show_bug.cgi?id=3491
  12. D

    BUG: Cannot remove a VM that is suspended and has a non-existing ISO image mounted

    I'd like to report a bug. Steps to reproduce: Have a VM that has an ISO image mounted in it's virtual CD/DVD Suspend the VM Delete the ISO image Try to delete and purge the VM What happens: It's impossible to remove the VM because it's suspended It's impossible to resume the VM because the...
  13. D

    [SOLVED] ARM64 VM emulation on Proxmox 5.3 AMD64

    @dcsapak Thanks, tried it, the next error I get is with the CD-ROM drive: -device ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200: Bus 'ide.1' not found Removing this device, as well, the VM does start indeed, however VNC is not working yet :( My entire command looks like...
  14. D

    [SOLVED] ARM64 VM emulation on Proxmox 5.3 AMD64

    @dcsapak I'm trying to run an arm64 VM on an amd64 Proxmox VE by using your VM configuration options. 1) I created a regular VM - everything left by default 2) I went into /etc/pve/qemu-server/107.conf and added these two lines to the very end of the file arch: aarch64 bios: ovmf Now, when...
  15. D

    LXC - perl: warning: Setting locale failed.

    I confirm that @Helmut101's answer worked for me on my macOS. I went into: /etc/ssh/ssh_config Commented out the following line: # SendEnv LANG LC_*
  16. D

    [SOLVED] qm option to reattach unused disks

    This one does not work for me: $ qm rescan 107 400 too many arguments qm rescan [OPTIONS]
  17. D

    Feature request: Hibernate VMs on PVE host reboot

    @Radek Kantor or anyone else it could help, I'm using the following script to automate the process: # suspend_and_shutdown.sh qm list | grep running | awk -F'[^0-9]*' '$0=$2' | while read -r vm_id; do qm suspend $vm_id --todisk 1; done; shutdown -h now # suspend_and_reboot.sh qm list | grep...
  18. D

    Storage unavailable on other nodes in a cluster

    Hi @Moayad, sure: 1) node 1 pvesm status Name Type Status Total Used Available % local dir active 98559220 3368124 90141548 3.42% local-lvm lvmthin active 366276608 107062652...
  19. D

    Storage unavailable on other nodes in a cluster

    Hi @Moayad, sorry for the late answer, posting below: 1) node1 (where the storage is located): $ cat /etc/pve/storage.cfg dir: local path /var/lib/vz content iso,vztmpl,backup lvmthin: local-lvm thinpool data vgname pve content images,rootdir lvm: wd3tb vgname wd3tb...