Search results

  1. L

    Where is the container disk folder

    ok, I found it. I opened Filezilla and headed to the folder. What are those link icons on the folders for exactly? Thanks
  2. L

    Where is the container disk folder

    hi, I have started practicing with Proxmox again. I created a debian container and add a disk to it to store data sent by my client via a backup program. No ZFS on my Proxmox VE, it is a small server just to enable me to experiment with setups and stuff. So I added the disk-1 (100G) to...
  3. L

    How to make a backup and excluding second HD

    Hi, I created an Openmediavault VM in my Proxmox 7.3.1 machine. I then passed through a HDD to it as you can see in the image underneath: After I set up the OMV VM according to my needs, I ran a backup of the machine, but It seems that the second HD (virtio2) gets backed up too, along with...
  4. L

    Cluster, HA and replication

    Please define "real" shared storage. Thanks
  5. L

    Cluster, HA and replication

    I came across this topic on Reddit: Compact network and cluster setup I was wondering if this kind of configuration + HA would make all data perfectly synchronized in case the main node goes down. In particular, let's assume that a mysql container or a VM with it running inside in the node...
  6. L

    How to move from local-lvm to my zfs pool

    ok, I moved it. It seems to be ok. However, I see an "Unused" Disk 0 now: Can I delete it? Thanks
  7. L

    How to move from local-lvm to my zfs pool

    I installed my last VM in the wrong place. I wanted to install it on my zfspool but by mistake I installed it on the "local-lvm" instead. Can I move it to "mypool" without making a mess of it? Thanks
  8. L

    About creating a shared storage in Proxmox

    I have a little Proxmox host machine to which I added a new HDD. I'd like this new HDD to be a shared storage for my LAN which only I can access to. I still don't know if I should format it with ext4 or zfs. For the record, on my Proxmox host there is already a zfs mirror pool made of two...
  9. L

    [SOLVED] Problems with adding a third NIC

    sorry, I fixed it I forgot to add it to pfsense VM stupid me :mad:
  10. L

    [SOLVED] Problems with adding a third NIC

    HI I run pfSense as a Vm in my Proxmox host which in turn I put behind pfsense, so I can acces Proxmox GUI from pfsense LAN. I added a third network card which actually is an usb/ethernet adapter. I wanted it to work in pfsense and create a new subnet for guest devices, but it seems that...
  11. L

    MMIO write of 00000000 fault at 103ff4?

    I ran my Proxmox host this morning and got this at the boot: Proxmos and its VMs run regularly anyway, but I'd like to understand what is the issue about. Thanks
  12. L

    [SOLVED] Speed issue with a network card

    I think I fixed it finally: I added this line: pre-up /usr/sbin/ethtool -s enp5s1 speed 100 duplex full autoneg off to file /etc/network/interfaces then I reboot and now: root@pve:~# ethtool enp5s1 Settings for enp5s1: Supported ports: [ TP MII ] Supported link modes...
  13. L

    [SOLVED] Speed issue with a network card

    hmmm root@pve:~# ethtool enp5s1 Settings for enp5s1: Supported ports: [ TP MII ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Supported pause frame use: No Supports auto-negotiation: Yes...
  14. L

    [SOLVED] Speed issue with a network card

    I added a network card to my Proxmox host. I "attached" to it a virtual switch as well for my internal VMs, but it seems that there is some problem with it: root@pve:~# ifconfig enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether 00:18:f3:xx:xx:xx txqueuelen 1000...
  15. L

    I can't disable/enable repositories from Proxmox GUI

    I know that, but my question was about the reason why I can't disable it. It seems that it doesn't enable me to check/uncheck any of those items in the list. Thanks
  16. L

    I can't disable/enable repositories from Proxmox GUI

    ji, It seems that I can't enable/disable repositories from Proxmox GUI: They are in greyish as you can see above. I managed to update from shell anyway (I don't know how exactly, honestly), but when I tried to launch the "apt-get update" command again, I still get this error message...
  17. L

    What if I passthrough a NIC?

    Yes, the LAN I created in pfsense. In a few words, I don't want that anything would change at least for the physical device (a switch) connected to the physical NIC (the LAN on subnet 192.168.5.0/24 now) once I passthrough it to pfSense. I think I get it now! Thanks No need at all at the...