Search results

  1. T

    Proxmox backup log centralizer

    Well, I started to develop something focused on that this weekend. A centralized reporting system from Proxmox where we will send the email there instead of our inbox and it will generate a report in this model. As I am not a programmer I do not know if I will finish the system or abandon it...
  2. T

    Raid in Proxmox

    To RAID Proxmox you have 3 possibilities: 1 - Have a RAID controller compatible with Linux and configure the RAID directly on it; 2 - Configure a RAID via ZFS, however for this Proxmox will need a good amount of RAM specifically for this, the recommended is 8GB only for ZFS; 3 - Use RAID via...
  3. T

    Proxmox backup log centralizer

    Good night friends, I would like to know if any of you know any tools like Duplicati Monitoring for Proxmox backups. https://www.duplicati-monitoring.com/ In this case, the Duplicati Monitoring tool is nothing more than an online service where we define all backup jobs that Duplicati...
  4. T

    Storages documentation correction

    Follows the print with the disk size created in Proxmox: Using the ls command actually shows 32GB, but using the du -hs command, which I usually use to know the size of a file, tells the size of the disk rather than the actual size. I didn't quite understand why the commands were different...
  5. T

    Storages documentation correction

    I understood, I didn't know it was so complex. As I see it using dir-like arrays, it would automatically allocate space on the hard drive, much like VMWare and Hyper-V do, but I found it strange when I found in a soyoustart.com installation that I only use local storage ( type dir) can also be...
  6. T

    Disks Migrate from one VM to another in LVM-Thin

    It worked perfectly, thank you very much for updating the documentation !!!
  7. T

    Disks Migrate from one VM to another in LVM-Thin

    Would anyone know how to do this? In case I just want to migrate the vm-101-disk-0 disk to VM 103, no matter what ID it gets, I just wanted to have a simplified way to move or copy the hard drive from one VM to another.
  8. T

    Storages documentation correction

    Hi everyone, I was reading about Proxmox Storages and what each one supports to understand the tool more deeply and found the following content https://pve.proxmox.com/wiki/Storage#_storage_types: "A number of storages, and the Qemu image format qcow2, support thin provisioning. With thin...
  9. T

    Disks Migrate from one VM to another in LVM-Thin

    Disk vm-103-disk-1 does not exist, I would like to move disk vm-101-disk-1 to VM 103, turning it into vm-103-disk-1 Apparently the TAG has changed, but the HD still appears on VM 101 and not 103 root@pve01:~# lvs -o lv_tags pve/vm-103-disk-1 Failed to find logical volume "pve/vm-103-disk-1"...
  10. T

    Disks Migrate from one VM to another in LVM-Thin

    Hello, I was looking for a way to migrate a particular disk from VM 101 to VM 103 in a simplified way, without having to use the dd command to overwrite the data on the target VM, searching Google found in the documentation the following command: # lvchange --deltag pve-vm-400 --addtag...
  11. T

    Error Proxmox 5.1-52 in Dell T420 + PERC H310

    I accessed Proxmox and tried to upgrade and there was no update to run. Just to make it clear, on this node, I'm using the No-Subscription repository.
  12. T

    Error Proxmox 5.1-52 in Dell T420 + PERC H310

    This environment is in production, I'll see if I can during the week upgrade and test, thanks for the feedback. This environment is in production, I'll see if I can during the week upgrade and test, thanks for the feedback.
  13. T

    Error Proxmox 5.1-52 in Dell T420 + PERC H310

    Good night, I just installed Proxmox 5.1-3 on a Dell T420 using a PERC H310 RAID controller and after upgrading, when I boot the 4.15.15-1-kernel, Proxmox presents the error below. https://patchwork.kernel.org/patch/10016291/ From what I read there seems to be some problem related to Kernel...
  14. T

    Dynamic disk size in KVM

    Resizing disks is also very important in a customer for example had created a 120GB disk and needed to increase the same to 250GB due to the expansion of the logs of an application, in VMWare the problem would be easily solved in Proxmox had to clone the HD with Clonezilla. However what I wanted...
  15. T

    Empty storages for the web interface

    After upgrading the server with apt-get update && apt-get upgrade && apt-get dist-upgrade reappeared. Apparently he updated the modules of the pve and what had given problem, returned to work. =D
  16. T

    Empty storages for the web interface

    Staff there is at least one way to restoring a OpenVZ or KVM right through the shell? You at least want to test whether the backup of VMs are working properly.
  17. T

    Empty storages for the web interface

    Yes is mounted, as the backup of VMs is scheduled for every two days and was done normally, so the backupvms storage. In storage local, I downloaded a OpenVZ template and the shell confirmed that it is in storage. You know me know where the log file that stores errors from the web interface...
  18. T

    Empty storages for the web interface

    Thank you for your availability to help. In the case below the required outputs. Also follows some images of how it is configured in the web interface.
  19. T

    Empty storages for the web interface

    People just restarting the Proxmox to take the test because it really was afraid of this problem. Entretando even after rebooting the node, the contents are not visible, even Windows ISOs that went up to the local Storage.
  20. T

    Empty storages for the web interface

    Hello everyone, I have a Proxmox 3.0 and I have a problem, I was a good time without having to access the web interface however today when I went to access to check the backups, I realized that none of storages (local and NFS) are appearing the internal contents of it. First thought it might be...