XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. AtaxyaNetwork
    3. Controversial
    Offline
    • Profile
    • Following 0
    • Followers 3
    • Topics 3
    • Posts 157
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Global (not local) ISO repositiry, not possible?

      @Kajetan321 Hello!

      You can find how to make NFS ISO repository here: https://xcp-ng.org/docs/storage.html#iso-sr

      If you want a quickly "how to" create the NFS for ISO SR, here's my notes (on Debian 11):

      fdisk /dev/xvdb
      mkfs.ext4 -b 4096 /dev/xvdb1
      apt install nfs-kernel-server
      mkdir /ISOs
      mount /dev/xvdb1 /ISOs
      emacs /etc/exports
      /ISOs 192.168.X.0/24(rw,sync,no_subtree_check,no_root_squash)
      exportfs -arv
      

      Don't forget to add /dev/xvdb1 to fstab

      posted in Xen Orchestra
      AtaxyaNetworkA
      AtaxyaNetwork