Recent content by jochen.korge

  1. J

    Openvswitch inPBS

    Hi, i installed the package openvswitch-switch but i can't set it up, because the entries in "Network Interfaces" - "Create" are not there as they are in the PVE. Did I miss something? PVE (after installation of openvswitch-switch) Linux Bridge Linux Bond Linux VLAN OVS Bridge OVS Bond OVS...
  2. J

    [TUTORIAL] Samba Fileserver (and probably DC) in unprivileged container

    I think I have to clarify: There is no working passthrough! Only SMB respects those ACLs. Linux permissions stay at UGO (or whatever was specified)! What happens is: Samba writes Permissions to another XATTR-Namespace (User in this case). So Samba-ACLs are written somewhere, where Linux does...
  3. J

    mount ceph-fuse via systemd

    Why? Out of curiosity ;) Systemd is here to stay, so I want to get used to it and play around with the new features. It is on a Notebook, so there isn´t guaranteed network connectivity at boot. But if I recall correctly, Systemd parses fstab to create Units. So maybe I´m able to let it auto...
  4. J

    mount ceph-fuse via systemd

    Hi, I want to mount a Ceph-FS via Systemd. with the default service template it didn´t start so I made an Override GNU nano 5.4 /etc/systemd/system/ceph-fuse@-mnt-ceph.service.d/.#override.conf4df7857ee6ef3e15...
  5. J

    Can't use EPYC-ROME CPU after update

    I had the same issue yesterday. We are using a 3 Server Cluster with AMD EPYC 7282 CPU each. I did an update from PVE 7.3-? to 7.4-3 and 2 VMs which had EPYC-ROME configured as CPU Type did migrate away from the first host rebooting after performing the Update. Those two machines where unable...
  6. J

    [TUTORIAL] Samba Fileserver (and probably DC) in unprivileged container

    Hi, after some trial and error I found a way to get Samba running in an unprivileged Container. This isn´t a "copy paste tutorial" but some hints to the more obscure knobs you have to turn. Our Setup consists of a Proxmox ZFS Backend and a SAMBA Based AD-Domain (hosted on a different Server) I...
  7. J

    [SOLVED] lxc increase uid range in unprivileged container

    Oh, now I feel pretty stupid! IDs from 0-99.999 and IDs from 1.000.000-1.999.999 are acceptable, IDs from 100.000-999.999 are prohibited. So it worked for quite some time but I didn´t test via cifs but chown...
  8. J

    [SOLVED] lxc increase uid range in unprivileged container

    Hi, I´m currently struggling to get a domain joined samba fileserver up and running with lxc. The issue seems to be the id mapping. The container won´t recognize IDs above 65534 (while the Samba-Mapping is set to 1M-2M) /etc/pve/lxc/102.conf arch: amd64 cores: 8 features: nesting=1 hostname...
  9. J

    [BUG]Proxmox swapped cephFS for ISO storage

    Hi, I created a second cephFS on a hyperconverged cluster to export it via SAMBA. The first cephFS is our "ISO-Store" Proxmox did for some reason "swap" to the newly created cephFS as mounted "ISO-Store" - as expected without any ISOs. I´m able to create a new Storage -> cephFS and pick the old...
  10. J

    Couple of best practice questions for hyperconverged setup

    Yeah, I thougth so but there aren´t that many subforums to ask specific questions. So I asked all in one go.
  11. J

    Couple of best practice questions for hyperconverged setup

    Hi, I was given the task to explore the possibilities for a brand new IT-Infrastructure for a customer of ours. Its industry with ~150 employees. The company's infrastructure belongs to the former parent company so we´ll start on a green field. My current take on the subject would be to run...