Local UNIX users not replicated to destination vserver
Applies to
- MetroCluster
 - REST API
 
Issue
- When adding multiple users to a UNIX group (both via REST API or CLI), changes are not replicated to the destination (-mc) vserver
 
Example:
::> vserver services name-service unix-group addusers -vserver test -name test_group -userlist test2,test3
- Source vserver:
 
::> vserver services name-service unix-group show -vserver test -name test_group -members
Vserver        Name                ID
test           test_group          6
       Users: test1, test2, test3
- Destination vserver (-mc):
 
::> vserver services name-service unix-group show -vserver test-mc -name test_group -members
Vserver        Name                ID
test-mc        test_group          6
       Users: test1
