Search results

  1. S

    Can't install win10 vm

    Redownloaded ISO and still same issue.
  2. S

    Can't install win10 vm

    Hello Have freshly installed proxmox 8.1, all looks good, can install ubuntu, windows 2019 server but can't install windows 10. Default option just shows blinking curors after windows logo. Changed to machine type to q35, now it loads for a while then stops. Have changed to OS type to windows...
  3. S

    Anyone using proxmox with hostbill for location selection

    I wish not to pay more for custom dev but they should have worked think about this situation as I can see you can easily do similar thing with Groups in virtfusion and similar.
  4. S

    Anyone using proxmox with hostbill for location selection

    You are correct, can do that way but that is not desirable. That would be lots of work if you have multiple locations.
  5. S

    Multi Datacenter Management

    I saw this topic 2 years back, is there any progress ?
  6. S

    NFS Shares on shared network storage

    Although its read-only, depends how you want to use it, if you are sharing iso images and backups from that read only share, then select "ISO image" and "VZDump backup file", this way will show those when you select that share.
  7. S

    NFS Shares on shared network storage

    1 . From synology, you have to create read only NFS share and the use it in promox. 2. From promox side, you only need to add share from Datacenter -> Storage --> Add --> NFS
  8. S

    Anyone using proxmox with hostbill for location selection

    Hi, This is not a proxmox issue directly but was hoping if someone is using proxmox with hostbill can help. hostbill has great proxmox integration and I can connect app and provision vm just fine. But I can't find way to show multiple PVE servers (separate PVE servers, not in same cluster as...
  9. S

    CISF / SMB traffic encryption ?

    Thats great actually. I have enabled in storage.cfg, however, is there way to confirm that it is now actually encrypted ?
  10. S

    CISF / SMB traffic encryption ?

    Hi, I just configured remote CISF mount, however couldn't see any way to make sure traffic is encrypted to smb share because I am using it over internet. I can do just fine from CLI using : mount.cifs -o seal,user=<username>,pass=<password> //path/to/SMB/Server/backup /PATH/FOLDER As per...
  11. S

    qm importdisk always import 10G disk regardless of image size

    Thanks, it was helpful, so I get this : image: AlmaLinux-8.9-x86_64.qcow2 file format: qcow2 virtual size: 10 GiB (10737418240 bytes) disk size: 2.31 GiB cluster_size: 65536 Format specific information: compat: 1.1 compression type: zlib lazy refcounts: false refcount bits: 16...
  12. S

    qm importdisk always import 10G disk regardless of image size

    I running following commands to create VM from CLI, however qm create 1001 --name AlmaLinux-8.9-x86-64 --cores 2 --memory 1024 --net0 virtio,bridge=vmbr0 qm importdisk 1001 AlmaLinux-8.9-x86_64.qcow2 local It is always creating 10G of VM although image size for qm importdisk...
  13. S

    Different ways to store and share data between containers (Pros/Cons)

    Thanks for the post, it was helpful. Can you explain last one ie. mount VM disk on host, and never turn it on ? Is it for sharing VM disk on host ?
  14. S

    CT with exceptionally high cpu usage- where to look?

    CT OS is ubuntu 20.04, there is no docker there, its simple nginx with php-fpm in ct. There is nothing iotop, almost no disk io. Here I am attaching normal htop, its mostly like this. This is when have limited traffic to this ct so that it won't get overloaded.
  15. S

    CT with exceptionally high cpu usage- where to look?

    Lots of php-fpm process which is expected. Tried php-fpm optimization, no gain. Now situation is this that webserver (CT-A) with virtualization can't handle more than 100 concurrent connections while other one (Dedi-B) is just fine with more than 500 concurrent connection
  16. S

    CT with exceptionally high cpu usage- where to look?

    Anything obvious I might have missed, any starting point would really help .
  17. S

    CT with exceptionally high cpu usage- where to look?

    Have two identical servers. 1. One with proxmox 8.x (lets call it CT-A) 2. One with Ubuntu 20.04 LTS (And call this Dedi-B) Have a web based app running nginx+php-fpm (mysql is on other server). Now problem is that if I use LXC CT (CT-A) on for that App on proxmox server with same amount...
  18. S

    How to troubleshoot metrics server issues

    No data was being sent to victoriametrics so I used vmagent local data collector which is then in turn now sending data to victoriametrics, it does have basic http authentication. Yes, it supports via vmauth which I have configured.
  19. S

    How to troubleshoot metrics server issues

    I hope someone can point me to logs where I can see errors regarding metric config ?
  20. S

    How to troubleshoot metrics server issues

    Hi, I am trying to use proxmox metrics server, I have configured victoriametrics which support Prometheus, Graphite, Influxdb input formats. I tested my server by a telegraf with nfluxdb (v1) output plugin and I can receive data over https with basic authentication from test machine. However, I...