1Z0-821 · Question #227
You created a new zpool. Now you need to migrate the existing ZFS file system from pool1/prod to pool2/prod. You have these requirements: 1. Users must have access to the data during the migration…
The correct answer is A. Svccfg - s filesystem/shadowd:default. shadowd is a daemon that provides background worker threads to migrate data for a shadow migration. A shadow migration gradually moves data from a source file system into a new "shadow" file system. Users can access and change their data within the shadow file system while…
Question
Options
- ASvccfg - s filesystem/shadowd:default
- BSpecify the -b <blocksize> option with the zfs create command and increase the value of
- CUse the -o -volblocksize=<blocksize>option with the zfs create command and increase the value
- DSvccfg -s filesystem/zfs: default
How the community answered
(28 responses)- A75% (21)
- B7% (2)
- C4% (1)
- D14% (4)
Explanation
shadowd is a daemon that provides background worker threads to migrate data for a shadow migration. A shadow migration gradually moves data from a source file system into a new "shadow" file system. Users can access and change their data within the shadow file system while migration is occurring. The shadowd service is managed by the service management facility, smf(5). Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). The service's status can be queried using the svcs(1) command. The svccfg(1M) command can be used to manage the following parameter related to shadowd: config_params/shadow_threads Note: Oracle Solaris 11: In this release, you can migrate data from an old file system to a new file system while simultaneously allowing access and modification of the new file system during the migration process. Setting the shadow property on a new ZFS file system triggers the migration of the older data. The shadow property can be set to migrate data from the local system or a remote system with either of the following values:
Topics
Community Discussion
No community discussion yet for this question.