ISSUE :
RMM was rebooted when sync is in progress
After that getting the below error for the stage 1 sync
Details: Captured image is not on ZFS. Could not perform Stage1 sync as Non-zfs images are not supported anymore
Work around or troubleshooting steps
++++++++++++++++++++++++++++
Check zfs pool status
# zpool status
pool: rwzpool
state: ONLINE
scan: none requested
config: NAME STATE READ WRITE CKSUM
rwzpool ONLINE 0 0 0
scsi-36050ad55e34749b28326ae25601141dd ONLINE 0 0 0
scsi-360f51e821926479099784171a28bebfb ONLINE 0 0 0 errors: No known data errors
Check RMM capture image
++++++++++++++++++
rw image show | grep -i <friendly name>
rw image show xxxxxxxx.img Image Name : xxxxxxx.img
Image Type : FlexImage
Image UUID : aabc8f84-c7a8-11ea-9e2d-000017016bd8
Image Date : Sat Jul 23 22:41:10 2022
Origin Host : xxxxxxxxx
OS Type : Windows (64-bit)
OS Version : Server 2016 (10.0.14393)
OS Name : Windows Server 2016 Standard
Username : system Last Complete Image Date: Sat Jul 23 20:41:10 2022
File System : C: [ WINDOWS ]
Type : ntfs
Size : 255.482 GB
Used : 23.4945 GB
Free : 231.988 GB
Mountpoints : C:\
Label : Windows
UUID : 0x089c3ef49c3edc3e
Serial Number : 0x089c3ef49c3edc3e
Cluster Size : 4 KB
Origin Volume : \\?\Volume{07add585-deed-4a10-9822-eb44e91bb14f}\
Volume Type : GPT Partition
Image File : aabc8f84-c7a8-11ea-9e2d-000017016bd8/0x089c3ef49c3edc3e.img File System : SYSTEM [ ESP BOOT ]
Type : FAT32
Size : 100 MB
Used : 28.7793 MB
Free : 71.2207 MB
Mountpoints :
Label : SYSTEM
UUID : 0x4a3ad3d3
Serial Number : 0x4a3ad3d3
Block Size : 1 KB
Origin Volume : ESP
Volume Type : GPT Partition
Image File : aabc8f84-c7a8-11ea-9e2d-000017016bd8/0x4a3ad3d3.img File System : WinRE
Type : ntfs
Size : 300 MB
Used : 15.0117 MB
Free : 284.988 MB
Mountpoints :
Label : WinRE
UUID : 0x923a3a0b3a39ecbb
Serial Number : 0x923a3a0b3a39ecbb
Cluster Size : 4 KB
Origin Volume : \\?\Volume{1c389279-2ba0-422f-b2ca-f20fee6c8c6d}\
Volume Type : GPT Partition
Image File : aabc8f84-c7a8-11ea-9e2d-000017016bd8/0x923a3a0b3a39ecbb.img Hardware Resources :
CPU Cores: 1
Memory : 15 GB
Firmware : UEFI
Disks : 1
Disk Size
------------ ----------
Disk 0 256 GB
Check the image file present under the /srv/images
[root@xxxxxxx aabc8f84-c7a8-11ea-9e2d-000017016bd8]# pwd
/srv/images/aabc8f84-c7a8-11ea-9e2d-000017016bd8
[root@xxxxxxxxxxaabc8f84-c7a8-11ea-9e2d-000017016bd8]# ls
0x923a3a0b3a39ecbb.rwattr.gz
[root@xxxxxxxxxxxxaabc8f84-c7a8-11ea-9e2d-000017016bd8]#
aabc8f84-c7a8-11ea-9e2d-000017016bd8/0x089c3ef49c3edc3e.img is not present under the /srv/images
RUN zfs mount -a to see the image is mounted
mount | grep -i aabc8f84-c7a8-11ea-9e2d-000017016bd8
file is not mounted try to mount using below cmd
zfs mount -a
cannot mount '/srv/images/aabc8f84-c7a8-11ea-9e2d-000017016bd8': directory is not empty
ls /srv/images/<image folder >
0x923a3a0b3a39ecbb.rwattr.gz
Remove the rwattr file
zfs mount -a
mount | grep -i aabc8f84-c7a8-11ea-9e2d-000017016bd8
rwzpool/aabc8f84-c7a8-11ea-9e2d-000017016bd8 on /srv/images/aabc8f84-c7a8-11ea-9e2d-000017016bd8 type zfs (rw,noatime,xattr,noacl)
Retry the sync