Skip to content

Instantly share code, notes, and snippets.

@trentster
Last active December 3, 2015 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trentster/a307a67a116b707a995c to your computer and use it in GitHub Desktop.
Save trentster/a307a67a116b707a995c to your computer and use it in GitHub Desktop.
[root@smartosn3 ~]# tail -f /var/log/chunter/debug.log
2015-12-03 06:15:54.676 [debug] <0.230.0>@chunter_vm_fsm:snapshot_sizes:1204 [196b5cc9-9d53-4599-8e6d-c88f257a51b0] Updating Snapshots.
2015-12-03 06:15:54.694 [debug] <0.233.0>@chunter_vm_fsm:snapshot_sizes:1204 [5ee506c9-7138-4fa9-9b25-68349811448f] Updating Snapshots.
2015-12-03 06:15:54.708 [debug] <0.236.0>@chunter_vm_fsm:snapshot_sizes:1204 [6419fbba-dad5-4a42-9f02-397f5f6faea7] Updating Snapshots.
2015-12-03 06:15:54.722 [debug] <0.252.0>@chunter_vm_fsm:snapshot_sizes:1204 [a44f7ef8-b3c0-4349-8ad1-e917163a16ee] Updating Snapshots.
2015-12-03 06:15:54.732 [debug] <0.230.0>@chunter_snap:lines:233 Getting snapshots: /usr/sbin/zfs list -r -t snapshot -pH zones/196b5cc9-9d53-4599-8e6d-c88f257a51b0
2015-12-03 06:15:54.736 [debug] <0.259.0>@chunter_vm_fsm:snapshot_sizes:1204 [a9e66a3e-ee41-4c04-a5e5-4511b348d84b] Updating Snapshots.
2015-12-03 06:15:54.755 [debug] <0.233.0>@chunter_snap:lines:233 Getting snapshots: /usr/sbin/zfs list -r -t snapshot -pH zones/5ee506c9-7138-4fa9-9b25-68349811448f
2015-12-03 06:15:54.768 [debug] <0.236.0>@chunter_snap:lines:233 Getting snapshots: /usr/sbin/zfs list -r -t snapshot -pH zones/6419fbba-dad5-4a42-9f02-397f5f6faea7
2015-12-03 06:15:54.785 [debug] <0.252.0>@chunter_snap:lines:233 Getting snapshots: /usr/sbin/zfs list -r -t snapshot -pH zones/a44f7ef8-b3c0-4349-8ad1-e917163a16ee
2015-12-03 06:15:54.816 [debug] <0.259.0>@chunter_snap:lines:233 Getting snapshots: /usr/sbin/zfs list -r -t snapshot -pH zones/a9e66a3e-ee41-4c04-a5e5-4511b348d84b
2015-12-03 06:17:51.200 [debug] <0.10864.0>@chunter_zfs:zfs:86 ZFS: /usr/sbin/zfs ["snapshot",<<"zones/eee602d8-0a8f-4249-a5e1-0841f6513d00@cea61439-c950-409c-8eca-5e9b7d9c50c0">>]
2015-12-03 06:17:51.346 [error] <0.10864.0>@chunter_vm_fsm:snapshot_action1:1178 Failed to snapshot VM eee602d8-0a8f-4249-a5e1-0841f6513d00.
^C
[root@smartosn3 ~]# zfs list -t all | grep eee602d8-0a8f-4249-a5e1-0841f6513d00
zones/cores/eee602d8-0a8f-4249-a5e1-0841f6513d00 19K 100G 19K /zones/eee602d8-0a8f-4249-a5e1-0841f6513d00/cores
zones/eee602d8-0a8f-4249-a5e1-0841f6513d00 1.68M 100G 108M /zones/eee602d8-0a8f-4249-a5e1-0841f6513d00
zones/eee602d8-0a8f-4249-a5e1-0841f6513d00@cea61439-c950-409c-8eca-5e9b7d9c50c0 0 - 108M -
[root@smartosn3 ~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment