Hello all 
i have an issue with my TrueNAS core vm running as a VM on my proxmox server.
The VM has 16GB of RAM and in idle directly after booting the system there is the following RAM:
I used the shell with putty to copy over the data from my external backup hdd (NTFS) to the new datastore. But for 3 times, the system / Vm just stopped to work and went offline on proxmox.
As far as i could rebuild, the ZFS cache run full during copying, and when the cache was full, the VM stopped without any report.
I used the following method to copy my date, maybe this could be an issue / reason for the crash...
Everytime i start this process, the VM keeps stopping...
Maybe anyone has an idea what could cause this crash or maybe has an idea how to prevent the vm from crashing...
With best regards,
Michael
i have an issue with my TrueNAS core vm running as a VM on my proxmox server.
The VM has 16GB of RAM and in idle directly after booting the system there is the following RAM:
- Free: 13,5GB
- ZFS Cache: 0,2GB
- Services: 2,3GB
I used the shell with putty to copy over the data from my external backup hdd (NTFS) to the new datastore. But for 3 times, the system / Vm just stopped to work and went offline on proxmox.
As far as i could rebuild, the ZFS cache run full during copying, and when the cache was full, the VM stopped without any report.
I used the following method to copy my date, maybe this could be an issue / reason for the crash...
Code:
kldload fuse mkdir /mnt/extdrive ntfs-3g -o ro /dev/da5p2 /mnt/extdrive 'da5p2 is my external USB backup drive' cp -a /mnt/extdrive/data /mnt/DatastoreZ2/data
Everytime i start this process, the VM keeps stopping...
Maybe anyone has an idea what could cause this crash or maybe has an idea how to prevent the vm from crashing...
With best regards,
Michael