Search results

  1. D

    ZFS Auslastung wird falsch angezeigt

    Danke Dunuin und fireon. Ich habe den Haken jetzt gesetzt. In diesem älteren Thread habe ich gelesen, dass der gesetzte Haken nur für zukünftig angelegte disk gilt. Für bestehende kann die Reservierung nachträglich weggenommen werden. Ich habe mir jetzt mit zfs list -o space die...
  2. D

    ZFS Auslastung wird falsch angezeigt

    Danke fireon und ubu für die Unterstützung. Ich räume mal die VMs auf und lösche, was ich nicht mehr brauche. Dann werde ich mit euren Tipps die Belegung des zfs-share noch mal genauer analysieren.
  3. D

    ZFS Auslastung wird falsch angezeigt

    Die Frage ist, ob es nicht einfacher ist, wenn ich den Storage nehme und das bestehende LVM erweitere? Ich bin noch ein blutiger Anfänger mit dem System und dachte, mit dem zusätzlichen Storage einen Shared Storage einzurichten. Ich habe nachträglich aber gelernt, dass ein Shared Storage als...
  4. D

    ZFS Auslastung wird falsch angezeigt

    zfspool: zfs-share pool zfs-share content rootdir,images mountpoint /zfs-share nodes gotland
  5. D

    ZFS Auslastung wird falsch angezeigt

    mount sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,relatime) udev on /dev type devtmpfs (rw,nosuid,relatime,size=15574940k,nr_inodes=3893735,mode=755,inode64) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) tmpfs on...
  6. D

    ZFS Auslastung wird falsch angezeigt

    zpool list NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT zfs-share 952G 216G 736G - - 0% 22% 1.00x ONLINE - df -h Filesystem Size Used Avail Use% Mounted on udev 15G 0 15G 0%...
  7. D

    ZFS Auslastung wird falsch angezeigt

    zpool status pool: zfs-share state: ONLINE config: NAME STATE READ WRITE CKSUM zfs-share ONLINE 0 0 0 nvme-JSD005_2BA0203-01A506 ONLINE 0 0 0 errors: No known data errors Ich kürze mal die Ausgabe...
  8. D

    ZFS Auslastung wird falsch angezeigt

    Hallo, auf einem lokalen NVM-Speicher habe ich einen ZFS-Share eingerichtet. In der Übersicht wird die Auslastung mit 98% angegeben. Wenn ich dann auf dem Knoten unter Disks mir den ZFS-Speicher anzeigen lasse, sieht es folgendermaßen aus: Woher kommt die falsche Anzeige? Vielen Dank für...
  9. D

    [SOLVED] Unable to apt-get update with no-subscription repo

    Answering my own question, which might be helpful for others. Reading the error message more carefull it suggests, that the replay returned a file that was not signed. But opening the requested file http://ftp.de.debian.org/debian/dists/bullseye/InRelease with the browser showed me, that it is...
  10. D

    [SOLVED] Unable to apt-get update with no-subscription repo

    Hi all, reading through all these posts I still was not able to get this working and still getting this strange error message of the original post. So here is my /etc/apt/source.list file: cat sources.list deb http://ftp.de.debian.org/debian bullseye main contrib deb...