The data dir requires 0700 permission. Initially we create the /var/lib/etcd with correct permission. However the permission would be set to 0755 whenever we start the daemon which would lead to file permission error when starting etcd.
/var/lib/etcd
cc @fcolista