Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os/bluestore: Enable writing data to HM-SMR hard drives. #35111

Merged
merged 1 commit into from May 27, 2020

Conversation

agayev
Copy link
Contributor

@agayev agayev commented May 18, 2020

Signed-off-by: Abutalib Aghayev agayev@cs.cmu.edu

Checklist

  • References tracker ticket
  • Updates documentation if necessary
  • Includes tests for new functionality or reproducer for bug

Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard backend
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox

src/os/bluestore/Allocator.cc Show resolved Hide resolved
src/os/bluestore/ZonedAllocator.h Outdated Show resolved Hide resolved
doc/dev/zoned-storage.rst Outdated Show resolved Hide resolved
src/os/CMakeLists.txt Outdated Show resolved Hide resolved
src/os/bluestore/Allocator.cc Show resolved Hide resolved
src/os/bluestore/BlockDevice.h Outdated Show resolved Hide resolved
src/os/bluestore/HMSMRDevice.cc Outdated Show resolved Hide resolved
src/os/bluestore/HMSMRDevice.cc Show resolved Hide resolved
src/os/bluestore/HMSMRDevice.h Outdated Show resolved Hide resolved
src/os/bluestore/HMSMRDevice.h Outdated Show resolved Hide resolved
src/os/bluestore/HMSMRDevice.h Outdated Show resolved Hide resolved
src/os/bluestore/ZonedAllocator.h Outdated Show resolved Hide resolved
doc/dev/zoned-storage.rst Outdated Show resolved Hide resolved
@tchaikov
Copy link
Contributor

@agayev thanks! could you squash all the commits into single one?

Signed-off-by: Abutalib Aghayev <agayev@cs.cmu.edu>
@agayev
Copy link
Contributor Author

agayev commented May 22, 2020

@agayev thanks! could you squash all the commits into single one?

Done.

@tchaikov tchaikov merged commit 857f55d into ceph:master May 27, 2020
@agayev agayev deleted the hm-smr branch May 27, 2020 15:08
varshar16 pushed a commit to varshar16/ceph that referenced this pull request Jun 19, 2020
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 06d29a7)

 Conflicts:
	src/vstart.sh

- bluestore-zoned pr(ceph#35111) is not backported yet.
varshar16 pushed a commit to varshar16/ceph that referenced this pull request Jun 19, 2020
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 06d29a7)

 Conflicts:
	src/vstart.sh

- bluestore-zoned pr(ceph#35111) is not backported yet.
varshar16 pushed a commit to varshar16/ceph that referenced this pull request Jun 22, 2020
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 06d29a7)

Conflicts:
	src/vstart.sh

- bluestore-zoned option as pr(ceph#35111) is not backported yet.
varshar16 pushed a commit to varshar16/ceph that referenced this pull request Jun 22, 2020
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 06d29a7)

Conflicts:
	src/vstart.sh

- bluestore-zoned option as pr(ceph#35111) is not backported yet.
varshar16 pushed a commit to varshar16/ceph that referenced this pull request Jun 23, 2020
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 06d29a7)

Conflicts:
	src/vstart.sh

- bluestore-zoned option as pr(ceph#35111) is not backported yet.
varshar16 pushed a commit to varshar16/ceph that referenced this pull request Jun 23, 2020
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 06d29a7)

Conflicts:
	src/vstart.sh

- Removed bluestore-zoned option as pr(ceph#35111) is not backported yet.
varshar16 pushed a commit to varshar16/ceph that referenced this pull request Jun 23, 2020
In an earlier patch, I added a --ganesha-path option, but that left out
ganesha-rados-grace, which also could be in an alternate path. Instead,
just change vstart to run whatever ganesha.nfsd it finds in $PATH. We
already do that for ganesha-rados-grace so it should be fine to do that
for ganesha.nfsd as well.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit eab8c81)

Conflicts:
	src/vstart.sh

- Removed bluestore-zoned option as pr(ceph#35111) is not backported yet.
varshar16 pushed a commit to varshar16/ceph that referenced this pull request Jun 24, 2020
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 06d29a7)

Conflicts:
	src/vstart.sh

- Removed bluestore-zoned option as pr(ceph#35111) is not backported yet.
varshar16 pushed a commit to varshar16/ceph that referenced this pull request Jun 24, 2020
In an earlier patch, I added a --ganesha-path option, but that left out
ganesha-rados-grace, which also could be in an alternate path. Instead,
just change vstart to run whatever ganesha.nfsd it finds in $PATH. We
already do that for ganesha-rados-grace so it should be fine to do that
for ganesha.nfsd as well.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit eab8c81)

Conflicts:
	src/vstart.sh

- Removed bluestore-zoned option as pr(ceph#35111) is not backported yet.
varshar16 pushed a commit to varshar16/ceph that referenced this pull request Jul 1, 2020
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 06d29a7)

Conflicts:
	src/vstart.sh

- Removed bluestore-zoned option as pr(ceph#35111) is not backported yet.
varshar16 pushed a commit to varshar16/ceph that referenced this pull request Jul 1, 2020
In an earlier patch, I added a --ganesha-path option, but that left out
ganesha-rados-grace, which also could be in an alternate path. Instead,
just change vstart to run whatever ganesha.nfsd it finds in $PATH. We
already do that for ganesha-rados-grace so it should be fine to do that
for ganesha.nfsd as well.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit eab8c81)

Conflicts:
	src/vstart.sh

- Removed bluestore-zoned option as pr(ceph#35111) is not backported yet.
varshar16 pushed a commit to varshar16/ceph that referenced this pull request Jul 8, 2020
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 06d29a7)

Conflicts:
	src/vstart.sh

- Removed bluestore-zoned option as pr(ceph#35111) is not backported yet.
varshar16 pushed a commit to varshar16/ceph that referenced this pull request Jul 8, 2020
In an earlier patch, I added a --ganesha-path option, but that left out
ganesha-rados-grace, which also could be in an alternate path. Instead,
just change vstart to run whatever ganesha.nfsd it finds in $PATH. We
already do that for ganesha-rados-grace so it should be fine to do that
for ganesha.nfsd as well.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit eab8c81)

Conflicts:
	src/vstart.sh

- Removed bluestore-zoned option as pr(ceph#35111) is not backported yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
bluestore
Awaiting triage
3 participants